UIImagePickerController is permanently blowing away the phone's own status bar.
UIImagePickerController is permanently blowing away the phone's own status bar.
- Subject: UIImagePickerController is permanently blowing away the phone's own status bar.
- From: G S <email@hidden>
- Date: Mon, 17 Jan 2011 00:16:49 -0800
At least for the duration of the app.
I'm presenting a UI that's as close as I can come to the built-in
camera app's: A controller brings up UIImagePickerController in
"camera" mode, with an overlay at the bottom that has a "library"
button on it. If the user presses the Library button, the overlay
brings up another UIImagePickerController in "library" mode. This
appears to be what the phone's own app does.
It all works fine, except that the image-picker overwrites the status
bar (the signal-strength meters and other status icons at the top of
the screen), as seen here:
http://farm6.static.flickr.com/5249/5362665729_65bbcd2834_b_d.jpg
and they don't return when the pickers are dismissed. I've verified
that all modally presented controllers up to this point are dismissed.
It looks like it might be related to the fact that the first picker
has already overwritten the status bar at the top, so it's not present
for the second one. If you invoke the library-mode picker directly
and dismiss it, the status bar returns.
Has anyone seen this before and know a workaround? Seems kinda buggy.
Thanks!
Gavin
_______________________________________________
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