When using a ListView with a Searchbar, setting _showSearchBarInNavBar=true_ and _hidesSearchBarWhenScrolling=false_ - the title is not rendered correctly. It is first "collapsed" and only displayed as "large title" after ListView has been pulled down.
When opening a new ViewController, the title is briefly displayed "large", but then jumps to the "collapsed" view.
See attached video / test app.
The problem occurs at least since Ti SDK 9.3.3 and is still present in Ti SDK 10.0.0.v20210421092535.
This thread might be helpful:
https://developer.apple.com/forums/thread/660745
PR - https://github.com/appcelerator/titanium_mobile/pull/12752 Test Case 1 (List view) -
Test Case 2 (Table view) -
FR Passed mater and 10_0_X PRs merged