支持 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]