I started to develop an application using iOS15 and the new .searchable modifier.
I have a simple layout with some placeholder results on the main page and a search field attached to the navigationBar.
Currently, if the user loads the page and looks at the results (even scrolls a bit) will not be able find the search field as it's hidden by default. The user needs to scroll in reverse for the search bar to appear.
How is this a good for UX?
The only workaround is the drawer placement with .always, but that will make the navigation title inline.
I really want to achieve the result from the Notes app, that has the search bar visible all the time.
Any workaround? Was this feature really tested by anyone in a real app?