How to do a pop-up window with textfields in Objective-C?
Posted
by lionfly
on Stack Overflow
See other posts from Stack Overflow
or by lionfly
Published on 2010-05-20T13:37:38Z
Indexed on
2010/05/20
13:40 UTC
Read the original article
Hit count: 362
In the iPhone Objective-C app, I want to pop-up a window (which is smaller than the main view, and the app does not stop running) when a button is tapped, with textField for the user to input text, and dismiss it when it is done. This is widely used but I really cannot google the relevant content out. What view should I use to connect it with the button? AlertView (which seems you cannot add dialogue in), ModalView? Are there relevant info somewhere? Thanks.
© Stack Overflow or respective owner