[基本解决]在单独的vc中去presentViewController显示UIAlertController后无法让其消失
crifan 9年前 (2016-06-28) 2962浏览 0评论
之前关于UIAlertController,可以在viewWillAppear中去presentViewController,并在最后去消失了: [已解决]swift中给已有的ViewController中添加UIAlertAction并直接显示和正...
crifan 9年前 (2016-06-28) 2962浏览 0评论
之前关于UIAlertController,可以在viewWillAppear中去presentViewController,并在最后去消失了: [已解决]swift中给已有的ViewController中添加UIAlertAction并直接显示和正...
crifan 9年前 (2016-06-20) 4406浏览 0评论
代码: func showAlert(vc:UIViewController, title:String, message:String? = nil){ dispatchMain_async({ let alertContr...