Re: Problems with UIAlertView
Re: Problems with UIAlertView
- Subject: Re: Problems with UIAlertView
- From: Fritz Anderson <email@hidden>
- Date: Tue, 16 Aug 2011 08:20:50 -0500
On 15 Aug 2011, at 9:45 PM, Laurent Daudelin wrote:
> I'm having a problem with a UIAlertView that was working fine under iOS 4. Now, when running under iOS 4.3.2, the application crashes when the user click on the "Go" button and I'm not sure why, since I haven't changed anything in this code in months.
>
> Basically, I set up and UIAlerView and add a few UITextFields to it for user input. There is one button, the "cancel" button:
Apple has emphasized that adding subviews to a UIAlertView is not supported. The code path was probably never exhaustively tested for that case. Circumstances may have led Apple to believe they were more free to break it.
— F
_______________________________________________
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