How to customize UIAlertView? Will Apple approve it?

后端 未结 8 1996
逝去的感伤
逝去的感伤 2021-02-04 18:48

I am using a custom UIAlertView with UITextField to get password from the user.

I have been told that this custom view may cause my App to get

8条回答
  •  清歌不尽
    2021-02-04 19:21

    If you're concerned about rejection, you can always roll your own view that has animations similar to a UIAlertView. Check this question out here:

    How can I customize an iOS alert view?

提交回复
热议问题