Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.
Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.
- Subject: Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.
- From: Rhythmic Fistman <email@hidden>
- Date: Tue, 20 Mar 2012 11:17:56 +0100
On 20 March 2012 10:12, Rhythmic Fistman <email@hidden> wrote:
> On 19 March 2012 23:09, G S <email@hidden> wrote:
>> On Mon, Mar 19, 2012 at 9:29 AM, Rhythmic Fistman <email@hidden>
>> wrote:
>>>
>>> I have this problem too. I have a small non-storyboard project that
>>> reproduces it & a TSI in progress.
>>>
>>
>> Woah, finally, someone else emerges! Please let us know what you discover!
>>
>> Does your scenario have anything in common with the one I reported, at least
>> that you noticed?
>
> It's exactly the same.
>
> My notes:
> * iOS 4 doesn't seem to have the problem
> * it's a known issue
> * if you can cause a memory warning on the device then you should be
> able reproduce it in Photos.app via the Delete action sheet (you can't
> on the simulator because Photos.app has no tab bar there)
> * presenting the action sheet from the base tab controller works
> around the white screen for memory warnings
> before the sheet present, but not after/during
> * you can restore your view controller back by tabbing away then back again
> * a 2nd memory during the modal VC fixes things by undoing the
> previous bogus viewDidLoad that the action sheet causes
>
> Maybe there's a work around, but I think I'll just replace the action
> sheet with an alert view.
My UIAlertView version has exactly the same problem. Are you sure it
worked for you?
_______________________________________________
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