What's a simple way to get a text input popup dialog box on an iPhone

后端 未结 12 2055
-上瘾入骨i
-上瘾入骨i 2020-12-02 03:42

I want to get the user name. A simple text input dialog box. Any simple way to do this?

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 04:35

    I would use a UIAlertView with a UITextField subview. You can either add the text field manually or, in iOS 5, use one of the new methods.

提交回复
热议问题