Re: Adjusting UIAlertView position

2009-08-10 Thread Luke the Hiesterman
There is no public way to add a text field to an alert, so you're already talking about doing non-sanctioned things. You should redesign your application to remove this text field to avoid violating the SDK Terms and Conditions and risk having your application rejected. Luke On Aug 10, 200

Adjusting UIAlertView position

2009-08-10 Thread Mahaboob
I added one UITextField to UIAlertView. When I'm clicking on this text field the keyboard is comes out and thus it hides the buttons in the alert view. So I need to adjust the position of the alert view. How can I do it? I tried with setFrame: method but, nothing happens to alertview. Then I trie