Re: Adjusting UIAlertView position
Re: Adjusting UIAlertView position
- Subject: Re: Adjusting UIAlertView position
- From: Luke the Hiesterman <email@hidden>
- Date: Mon, 10 Aug 2009 06:41:09 -0700
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, 2009, at 2:05 AM, Mahaboob wrote:
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
tried with setBounds: then the contents in the alert view is moving
to the
new posiotion but, the alert view frame is remains in the same
position.
Thanks in advance
mahaboob
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden