How to make a Navigation bar transparent and fade out like in the photo app in the iPhone

后端 未结 4 1617
轻奢々
轻奢々 2021-02-03 13:19

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

4条回答
  •  不要未来只要你来
    2021-02-03 13:40

    According to Apple specs, you should never change the frame, bounds, or alpha values of the navigation bar.

    To hide (or show) the navigation bar, you can change the navigationBarHidden property or call the setNavigationBarHidden:animated method.

提交回复
热议问题