Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Chirone

macrumors 6502
Original poster
Mar 2, 2009
279
0
NZ
if you see such apps where you can browse pictures you tap the screen and a toolbar at the top and bottom scroll on screen

how does one go about doing this?
 
thanks for the suggestion

i know that it works because at some point i did get it to work, just that two would appear, one on top and the other at the bottom. the one on top wasn't hiding but the one at the bottom was. no idea how they choose where they were going to appear, or why two appeared.

eventually i gave up and reverted back to google and found this:
http://www.raddonline.com/blogs/gee...vigationcontroller-hiding-the-navigation-bar/

which, while it worked fine, i have no idea how to make it work with my own navigation control from IB

following the same pattern this guy used:
Code:
	[window addSubview:[navigationController view]];
and went:
Code:
testNavi = [[TestNavigation alloc] initWithNibName: @"TestNavigation" bundle: [NSBundle mainBundle]];
	[window addSubview: [testNavi view]];
where testNavi is an instance of UINavigationController
but none of the buttons on testNavi appeared in the application
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.