ZZCustomAlertView - 一个高度自定义的iOS模态弹窗
这是一个可以高度自定义的iOS模态弹窗 (modal alert view)。
项目地址:https://github.com/zzdjk6/ZZCustomAlertView
Github 项目里包含一个 Example 的 Demo 示例。
使用Cocoapod:
pod "ZZCustomAlertView"
这里是 Demo 效果视频:
height="498" width="510" src="http://player.youku.com/embed/XMTI3NDQyODk3Mg==" allowfullscreen="">简明用法
总的来说,你可以将完全自定义的一个 View 作为 ZZCustomAlertView 的 contentView,并可以设置阴影的颜色、透明度、是否模糊背景、是否允许点击背景隐藏弹窗等参数。
如下代码将创建在 Demo 中看到的默认弹窗。
ZZCustomAlertView *alert = [ZZCustomAlertView</