CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

BOTransition 2.4.5

BOTransition 2.4.5

Maintained by ChengBo.



  • By
  • bo

BOTransition

iOS Transitioning Effect

Version License Platform

交互转场

CocoaPods

pod 'BOTransition'

https://cocoapods.org/pods/BOTransition

In Objective-C


#import <BOTransition/BOTransition.h>

UIViewController *viewController = [UIViewController new];
viewController.bo_transitionConfig = [BOTransitionConfig configWithEffect:BOTransitionEffectMovingRight];
[self presentViewController:viewController animated:YES completion:nil];