Reputation: 2783
i want show my search icon at left side. Is there any way ?
Upvotes: 1
Views: 1081
Reputation: 1841
From UISearchBar reference, One option is to use - setPositionAdjustment:forSearchBarIcon:
to move the magnifying glass icon and to use searchTextPositionAdjustment
property to make sure search text appears to the right of the icon.
Upvotes: 2