iOS Question Search View and Large Titles

David Meier

Active Member
Licensed User
Longtime User
Hi
I use search view and wanted to integrate large titles on an iPhone X.

There are two versions of search view:
a) the original from Erel
b) the adoption from Narek Adonts with the native search box

b) is not working correctly -> when typing in the search field it escapes through the top of the screen
a) a is working NEARLY correct, only thing is, the large title does not change, when scrolling

I attach a sample with large title

I am thankful for any help

Regards
David
 

Attachments

  • svErel_LargeTitles.zip
    7.8 KB · Views: 186

narek adonts

Well-Known Member
Licensed User
Longtime User
Hi
I use search view and wanted to integrate large titles on an iPhone X.

There are two versions of search view:
a) the original from Erel
b) the adoption from Narek Adonts with the native search box

b) is not working correctly -> when typing in the search field it escapes through the top of the screen
a) a is working NEARLY correct, only thing is, the large title does not change, when scrolling

I attach a sample with large title

I am thankful for any help

Regards
David
I enabled the feature to escape to the top of the screen as this is the way that apple do it. You can disable it
 
Upvote 0

David Meier

Active Member
Licensed User
Longtime User
Unfortunately this doesn't solve the issue completely. The search box is not moving up anymore. But when activating the search box, the listView is moving up behind the search box (this can be adjusted halfway in the code though). Maybe it has to do with the iPhone X's safe area. Anyway it is not really satisfying like this. I am really curious about the experience to my fellow programmers.
Kind regards
David
 
Upvote 0
Top