Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 10-19-2009, 09:57 PM   #1 (permalink)
Registered Member
 
Join Date: Oct 2009
Posts: 1
Unhappy UIImagePicker is blocked by tab bar

I implemented a tab navigation in my application. In one of the tab, I have a button to launch the UIImagePickerController. The following code works fine, except my tab bar would stay on top and block from viewing the bottom of the UIImagePicker. Is there anyway to bring it to the front? "self" is the child controller for one of the tab view, not the root controller.

UIImagePickerControllerSourceTypePhotoLibrary]) {
UIImagePickerController *picker =
[[UIImagePickerController alloc] init];
picker.delegate = self;
picker.allowsImageEditing = YES;
picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
[self presentModalViewControllericker animated:YES];
[picker release];
billyy is offline   Reply With Quote
Old 10-19-2009, 11:15 PM   #2 (permalink)
Registered Member
 
Join Date: Jun 2009
Location: Australia
Posts: 180
Default

try [view setHidesBottomBarWhenPushed:YES];
svveet is offline   Reply With Quote
Reply

Bookmarks

Tags
bar, tab, uiimage, uiimagepickercontroller

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 329
21 members and 308 guests
@sandris, ADY, BrianSlick, dacapo, Dani77, Dattee, dre, HDshot, HemiMG, JasonR, MarkC, mer10, nibeck, prchn4christ, ryandb2, spiderguy84, themathminister, timle8n1, tomtom100, vogueestylee, vvenkatachallam
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,883
Threads: 89,229
Posts: 380,763
Top Poster: BrianSlick (7,129)
Welcome to our newest member, vvenkatachallam
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:10 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0