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
According to Apple specs, you should never change the frame, bounds, or alpha values of the navigation bar.
frame
bounds
alpha
To hide (or show) the navigation bar, you can change the navigationBarHidden property or call the setNavigationBarHidden:animated method.
navigationBarHidden
setNavigationBarHidden:animated