I have recently migrated some code to new iOS 11 beta 5 SDK.
I now get a very confusing behaviour from UITableView. The tableview itself is not that fancy. I have custo
In my case this worked (put it in viewDidLoad):
self.navigationController.navigationBar.translucent = YES;