vote up 1 vote down star

Hi

I am using a shared instance of UIImagePickerController in my application. I am using the Camera Roll as the image source.

Sometimes when the image picker opens, instead of seeing the photos gallery, I am able to see only a blank white screen. This issue is not reproducible every time and happens only some of the times.

Has someone else faced this issue? Is it the memory usage? I checked the app with Instruments while testing on the device but memory doesn't seem to be the issue.

Thanks for any help.

flag

what version of the SDK? – slf Apr 30 at 20:40
Using the SDK version 2.2.1 – lostInTransit May 1 at 4:00

2 Answers

vote up 0 vote down

I'm seeing the same thing. Did you ever figure it out?

link|flag
Was a memory issue. I am using a shared instance of UIImagePickerController. And when the app gets a memory warning I free the picker. Then again initialize it when needed next. Happens after every 6-7 pics are clicked. – lostInTransit May 19 at 14:18
vote up 0 vote down check

The issue was caused by a memory issue. I created a shared instance of UIImagePickerController and used it throughout the app.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.