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

View Single Post
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
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 23,921
Threads: 38,707
Posts: 169,890
Top Poster: smasher (2,554)
Welcome to our newest member, noisyblue
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 03:42 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.