Skip to content

aasdsjk/JKViewAnimation

Repository files navigation

JKViewAnimation

CI Status Version License Platform

Example

#import <JKViewAnimation/UIView+CustomAlertView.h>

CustomAlertView *alert = [[CustomAlertView alloc] initWithFrame:CGRectMake(0, 0, 200, 200)];

alert.isTapBgViewUnUse = NO;///默认

[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.3'

pod 1.0.2 (修改方法名,避免与系统的方法冲突)

pod 1.0.3 (增加多个属性控制背景点击,透明度等等)

Author

sjk, [email protected]

##如果对您有帮助,Star一下

License

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

About

自定义视图弹出动画

Resources

License

Stars

Watchers

Forks

Packages

No packages published