How to move the buttons in a UIAlertView to make room for an inserted UITextField?

后端 未结 8 706
挽巷
挽巷 2020-12-24 00:07

[EDIT] Hmm. Perhaps this question should be titled \"what is the default user-input dialog view called in CocoaTouch?\" I realize that I can create an entire view that is

8条回答
  •  有刺的猬
    2020-12-24 00:16

    https://github.com/TomSwift/TSAlertView

    This library actually creates the control from scratch rather than attempting to hack UIAlertView, which is generally a Bad Plan (TM)

提交回复
热议问题