UIAlertView show() behavior for UIAlertController

前端 未结 4 1801
青春惊慌失措
青春惊慌失措 2020-12-17 04:55

In previous versions of iOS I was able to call show on a UIAlertView in the App Delegate. More specifically, show was called in:

fu         


        
4条回答
  •  长情又很酷
    2020-12-17 05:21

    Try using JSAlertView which handles both UIAlertView and UIAlertController APIs. It provides short and easy methods for displaying alerts and handles multiple alerts fired at same time, very well.

提交回复
热议问题