UITableView goes under translucent Navigation Bar

前端 未结 14 1068
一整个雨季
一整个雨季 2020-12-22 23:51

I am trying to have a transparent navigation bar in IOS 7 app. There is a full screen image in my application. I am also having a UITableView over that image. When I use the

14条回答
  •  -上瘾入骨i
    2020-12-23 00:22

    I had the similar problem for iOS 9. When I first open viewController, tableView is under top bar. Then after scrolling tableView everything works fine.

    1. Select your view controller
    2. Click the 'Attributes Inspector' tab
    3. Uncheck 'Under Top Bars'

提交回复
热议问题