The UINavigationBar jumps from a large title to a small one, and clicking on a UIViewController with integrated UITableView iOS 11

As the name says, when I try to click UIViewControllerwith UITableViewin it and show LargeTitle, it shows at the very first moment, and then hides to a small one.

Strange, but this error is only reproduced on 4-inch devices .

enter image description here

This behavior seems to be Apple's mistake .

Any other workarounds or nuances that I missed? Thanks for any suggestions.

Downloaded test project (GitHub)

+6
source share
1

,

  • UITableView top SafeArea's, UINavigationBar LargeTitle
  • UITableViewController UIViewController+UITableView, . , tableView subviews.
  • pushViewController
0

All Articles