When I set :
The large title not show(small title instead of) when app first run, and it's right when I change contentInset's top to zero.
I setup large title by this code:
I run it on iOS 13 is good, only break on iOS 14.
Code Block tableView.contentInset = UIEdgeInsets(top: 20, left: 0, bottom: 60, right: 0)
The large title not show(small title instead of) when app first run, and it's right when I change contentInset's top to zero.
I setup large title by this code:
Code Block navigationController?.navigationBar.prefersLargeTitles = true
I run it on iOS 13 is good, only break on iOS 14.