弹窗的形式有很多,今天我们自定义类似系统的偏平话弹窗,效果图
代码:
@IBActionfuncshow(_sender:Any) {
Alter.builder().title("温馨提示").content("北京明天即将有大到暴雨,请知晓").noText("知道了").yesText("去看看").yesAction {
print("去看看")
}.build()
}
Demo: Github
弹窗的形式有很多,今天我们自定义类似系统的偏平话弹窗,效果图
代码:
@IBActionfuncshow(_sender:Any) {
Alter.builder().title("温馨提示").content("北京明天即将有大到暴雨,请知晓").noText("知道了").yesText("去看看").yesAction {
print("去看看")
}.build()
}
Demo: Github
本文标题:IOS 自定义 UIAlterView(swift)
本文链接:https://www.haomeiwen.com/subject/vhicrctx.html
网友评论