- iOS 6.0
- ARC
- 语言:Objective-C
支持CocoaPods 安装,pod search GRAlertView
也可以下载文件,拖放至项目目录
###1.创建flowlayout configurator对象 并配置参数
// your custom contentview
SexualOrientationContentView *contentView =
[[SexualOrientationContentView alloc] init];
GRAlertView *alertView =
[GRAlertView alertViewWithContentView:contentView
ViewHeight:408 ViewWidth:284];
contentView.delegate = self;
alertView.topImageName = @"imagename";
alertView.animationStyle = style;
[alertView present:self.navigationController];
[alertView presentOnWindow]