1

I just push a UITableViewController under UINavigationBar, but during the animation before UINavigationBar appears, the top is black, and after the UINavigationBar appears, there is a black top behind it. As below: enter image description here

Here is my setting for the UITableViewController

enter image description here

William Hu
  • 15,423
  • 11
  • 100
  • 121

1 Answers1

0

Has the same issue, but I fixed refer this article https://stackoverflow.com/a/32614526/1316907

Here is my solution:

  • Change "Launch Image Source" to Brand Assets
  • Change "Launch Screen File" to MainStoryBoard if you don't have Launch.screen.storyboard

Hope it help.

enter image description here

Community
  • 1
  • 1
Evan Lin
  • 1,272
  • 1
  • 12
  • 25