Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.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, 05: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, 04: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


Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,212
Threads: 38,996
Posts: 171,042
Top Poster: smasher (2,569)
Welcome to our newest member, wardz
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 06:08 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0