chbo297 / BOTransition

iOS Transitioning Effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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];

About

iOS Transitioning Effect

License:Apache License 2.0


Languages

Language:Objective-C 99.6%Language:Ruby 0.4%