Skip to content

NK-iOS/NKAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 22, 2019
e7f6e93 · Mar 22, 2019

History

4 Commits
Mar 22, 2019
Mar 21, 2019
Mar 22, 2019

Repository files navigation

NKAlertView

我们自定义AlertView:

下边CenterAlertContentView是自定义contentView

// 从中间弹出
- (IBAction)centerAlertAction:(id)sender {
NKAlertView *alertView = [[NKAlertView alloc] init];
CenterAlertContentView *customContentView = [[CenterAlertContentView alloc] initWithFrame:CGRectMake(0, 0, 281, 281)];
alertView.contentView = customContentView;
// 点击背景隐藏提示框
alertView.hiddenWhenTapBG = YES;
[alertView show];
}

效果: 2019-03-21 12_47_59.gif

其他

  • 自由开发者交流群:811483008
  • 附上:简书

About

NKAlertView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published