UIAlertView fails to show and results in “EXC_BAD_ACCESS” error

前端 未结 6 2090
一向
一向 2021-01-21 01:05

A method is called when a return button on the keyboard is pressed. After calling another method which returns an integer a message is created based on that integer. The message

6条回答
  •  Happy的楠姐
    2021-01-21 01:47

    i had an issue like this ...i was calling uiAlertView from a background thread ....call it from the main thread

提交回复
热议问题