Make UIAlertView blocking

后端 未结 5 2045
刺人心
刺人心 2020-12-03 12:49

I need make UIAlertView blocking. Because i have function and i need to return UIAlertView choice. But problem is that after UIAlertView

5条回答
  •  情深已故
    2020-12-03 13:06

    There's no way to achieve what you want. Only through the delegate. You should redesign your function or refuse using UIAlertView

提交回复
热议问题