As it is said from the title, when I try to push UIViewController
with UITableView
in it and show LargeTitle, it shows for the very first moment and then hides to the small one.
It's weird but this bug is reproduced on 4 inch devices only.
This behavior is seems to be an Apple's bug.
Any other workarounds or nuances I missed? Thanks for any suggestions.
Workarounds I found so far
UITableView
's top to SafeArea's
top, but this approach lose effect of transparent UINavigationBar
and LargeTitle
collapses very fast on scrollingUITableViewController
instead of UIViewController+UITableView
, but this approach loses known flexibility. It's not trivial to hide tableView or add subviews.pushViewController
without animation