文件名称:ios-Swift4 选择UIAlertView.zip
文件大小:113KB
文件格式:ZIP
更新时间:2022-07-31 12:08:07
瀑布流
let alrtView = ChoiceAlrtView() @IBAction func OutLogin(_ sender: UIButton) { alrtView.showChoice(str: "确认退出吗") alrtView.resualtBlock = {(isTrue : Bool) in if isTrue { print("是") } else { print("否") } } }
【文件预览】:
ChoiceAlrt
----.DS_Store(6KB)
----ChoiceAlrt.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(30KB)
----.git()
--------logs()
--------info()
--------index(1KB)
--------COMMIT_EDITMSG(15B)
--------objects()
--------HEAD(23B)
--------config(137B)
--------refs()
--------hooks()
--------description(73B)
----ChoiceAlrt()
--------ChoiceAlrtView.swift(5KB)
--------ViewController.swift(834B)
--------.DS_Store(6KB)
--------Info.plist(1KB)
--------AppDelegate.swift(2KB)
--------Base.lproj()
--------Assets.xcassets()
--------SnapKit()