Marcus RumbohmNovember 11, 2011 at 3:46 pm Very good video tutorial, Tope! One question: It is possible to hide the uiNavigationBar in the first screen of my navigation controller based application? thanks, Marcus
Very good video tutorial, Tope!
One question: It is possible to hide the uiNavigationBar in the first screen of my navigation controller based application?
thanks,
Marcus
Sure… just use this
[self setNavigationBarHidden:YES]
many thanks