You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The search icon and placeholder text are aligned center by default. Would be great if that could change to left-hand or right-hand alignment, depending on the use case. I.e. in Apple Maps, the search bar placeholder and icon is left-aligned:
The text was updated successfully, but these errors were encountered:
Not sure what's the best way to add this functionality into our current setup. Placeholder alignment isn't supported natively for UISearchBar. In the example your posted, they're using a UITextField and handling the UISearchBarDelegate.
This is definitely something I'd like to have in the library though. Any suggestion you have would be appreciated.
The search icon and placeholder text are aligned center by default. Would be great if that could change to left-hand or right-hand alignment, depending on the use case. I.e. in Apple Maps, the search bar placeholder and icon is left-aligned:
The text was updated successfully, but these errors were encountered: