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 07-07-2009, 06:59 PM   #1 (permalink)
aQu
New Member
 
Join Date: Jan 2009
Posts: 7
Default TabBar + NavBar + ToolBar

Hello everybody...

i have been working with an idea for a while, and the only thing between finishing my app and now, is the fact that i have no idea how can i make a toolbar in a navigation in a tabBar applicacion...

i have found that the WWDC 09 iphone app has something similar:

(i was scrolling up just to show how the bar with the weekday is not actually on the table, unlike the search bar).

i can make a navigation in a tabBar application... but i cant add the second bar (the one with the arrows and the weekday).

any help would be great, thx in advance.
aQu is offline   Reply With Quote
Old 07-09-2009, 05:17 PM   #2 (permalink)
aQu
New Member
 
Join Date: Jan 2009
Posts: 7
Default

Quote:
Originally Posted by aQu View Post
Hello everybody...

i have been working with an idea for a while, and the only thing between finishing my app and now, is the fact that i have no idea how can i make a toolbar in a navigation in a tabBar applicacion...

i have found that the WWDC 09 iphone app has something similar:
(i was scrolling up just to show how the bar with the weekday is not actually on the table, unlike the search bar).

i can make a navigation in a tabBar application... but i cant add the second bar (the one with the arrows and the weekday).

any help would be great, thx in advance.
sounds stupid now that i figured out.... but still someone might have the same problem... so the solution is to make a new toolbar and add it as a subView to the navigationController. my mistake was that i was adding it to the tableView

Code:
	 UIToolbar *toolbar = [[UIToolbar alloc] init];
	 [toolbar sizeToFit];
	 [toolbar setFrame:CGRectMake( 0, 63, 320, 40)];
	 [self.navigationController.view addSubview:toolbar];
good luck everybody (:
aQu is offline   Reply With Quote
Reply

Bookmarks

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
» Stats
Members: 158,295
Threads: 89,032
Posts: 379,809
Top Poster: BrianSlick (7,086)
Welcome to our newest member, y0ut0be44
Powered by vBadvanced CMPS v3.1.0

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