Ferrakkem Bhuiyan
Ferrakkem Bhuiyan

Reputation: 2783

In objective-c UISearchBar icon want to show left

enter image description here

i want show my search icon at left side. Is there any way ?

Upvotes: 1

Views: 1081

Answers (1)

ishaq
ishaq

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

Related Questions