|
3 |
tags
|
||
How to move the buttons in a UIAlertView to make room for an inserted UITextField?(iPhone)
|
||||
|
2 | added note about finding UI dialog user-input item at beginning. | ||
|
[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 exactly what I want, and wrap it in a view controller and presentModalView -- but I was sort of hoping that there was a standard, normal user-input "dialog" view that came-with Cocoa-touch. "Enter your name", "enter text to search", etc., are VERY common things! Anyway... here's the question as I originally asked it: This code:
Produces this Alert view:
(I started with the code from this question by emi1Faber, and it works as advertised; however, as I state in my comment, the cancel button overlays the text field.) How do I reshuffle everything to make the text field fit properly? [findAlert setNeedsLayout] doesn't seem to do anything, even after I [findAlert setFrame:tallerFrame]. Hints? Thanks! |
||||
|
1 |
|
||
How to move the buttons in a UIAlertView to make room for an inserted UITextField? (iPhone)This code:
Produces this Alert view:
(I started with the code from this question by emi1Faber, and it works as advertised; however, as I state in my comment, the cancel button overlays the text field.) How do I reshuffle everything to make the text field fit properly? [findAlert setNeedsLayout] doesn't seem to do anything, even after I [findAlert setFrame:tallerFrame]. Hints? Thanks!
|
||||

