UIView under UINavigationBar on IOS7

前端 未结 3 1528
自闭症患者
自闭症患者 2020-12-15 15:12

We\'re working on the transition between IOS6 and IOS7 and have the next issues, for the moment without solution:

The structure of our view is the next one:

3条回答
  •  萌比男神i
    2020-12-15 15:33

    Regarding 2. We integrated the UIRefreshBar component and after refresh the UITableView always move under the UINavigationBar

    Make the NavigationBar not translucent, by default it is which allows views to scroll underneath it.

提交回复
热议问题