JKViewAnimation 1.0.3

JKViewAnimation 1.0.3

Maintained by sjk.



  • By
  • sjk

JKViewAnimation

CI Status Version License Platform

Example

#import <JKViewAnimation/UIView+CustomAlertView.h>

///创建自定义视图 CustomAlertView *alert = [[CustomAlertView alloc] initWithFrame:CGRectMake(0, 0, 200, 200)];

///调用分类方法 animationMode CustomAnimationMode 三种模式 [alert jk_showInWindowWithMode:JKCustomAnimationModeAlert inView:nil bgAlpha:0.2 needEffectView:YES];

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

JKViewAnimation is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'JKViewAnimation','~>1.0.2'

Author

sjk, [email protected]

License

JKViewAnimation is available under the MIT license. See the LICENSE file for more info.