Apple really screwed this one up. I want to use a UIAlertView
with the new UIAlertViewStylePlainTextInput
style and have three buttons in it. The result looks as follows:
Has somebody managed to build a workaround until Apple will have fixed this issue? Maybe reducing the button height somehow or increase the total height of the alert view?
This is not a complete solution but it may get you started.
I observed that the AlertView tries to be intelligent when you add a text view as a sub view. But if you put a generic UIView in as a container it gives you something more useable.
I also verified that this is a problem in XCode.
This post may give you some more ideas.