i am new to iPhone Programming ...can anybody help me out please..
i want to develop an app like photo app in iPhone..
How to make the naveigation bar and toolba
To make the bar transparent, using setBarStyle: using the UIBarStyleBlackTranslucent.
setBarStyle:
UIBarStyleBlackTranslucent
To hide the bar with fade animation, use the code snippet Macatomy posted.