ios 自定义弹框库
ios colorful alert framework
- Installation with CocoaPods:
pod 'NYSTK'
- Import the main file:
#import <NYSTK/NYSTK.h>
image-bar | default | custom | simple | animation | image |
---|---|---|---|---|---|
success light | warning light | error light | success dark | warning dark | error dark |
---|---|---|---|---|---|
- Config
- Effect
- Feedback
- Animation
- Documentation
- Objective-C
#import <NYSTK/NYSTK.h>
NSString *string = @"NYSTK test msg ...";
[NYSTKConfig defaultConfig].offsetFromCenter = UIOffsetMake(0, -100);
[NYSTKConfig defaultConfig].contentFont = [UIFont boldSystemFontOfSize:20.0f];
[NYSTKAlert showImageBarWithMessage:string
onView:NYSTK_AppWindow
infoButtonClickedBlock:^{
}];
NYSTK
├─ NSBundle+NYSTK.h
├─ NSBundle+NYSTK.m
├─ NYSTK.bundle
│ ├─ images
│ ├─ Info.plist
│ ├─ en.lproj
│ │ └─ Localizable.strings
│ ├─ zh-Hans.lproj
│ │ └─ Localizable.strings
│ └─ zh-Hant.lproj
│ └─ Localizable.strings
├─ NYSTK.h
├─ NYSTKAlert.h
├─ NYSTKAlert.m
├─ NYSTKConfig.h
├─ NYSTKConfig.m
├─ NYSTKConst.h
├─ NYSTKConst.m
├─ NYSTKEmitterUtil.h
├─ NYSTKEmitterUtil.m
├─ NYSTKImageView.h
├─ NYSTKImageView.m
├─ UIButton+NYSTK.h
├─ UIButton+NYSTK.m
├─ UIColor+NYSTK.h
├─ UIColor+NYSTK.m
├─ UIImage+NYSTK.h
├─ UIImage+NYSTK.m
├─ UIView+NYSTK.h
└─ UIView+NYSTK.m
- ARC
- iOS >= 10.0
- iPhone \ iPad screen anyway
- E-mail: [email protected]
- Weibo: @Ni永胜
NYSTK
is available under the MIT license. See the LICENSE file for more info.