Chris
Chris

Reputation: 29

iPhone search bar design

I currently am implementing a search bar for one of my apps and I am having a problem with the indexed search overlapping it. I need to move the search field a little to the left so that way the index search is completely visible and not overlapping my search bar. I have tried a few things in interface builder but nothing is working. If anyone has a solution it would greatly be appreciated. Thanks in advance!

Upvotes: 1

Views: 998

Answers (1)

Justin
Justin

Reputation: 20609

Is your search bar parented to your table view? The screenshot below mirrors the Contacts app UI.Search bar view hierarchy in Interface Builder http://img121.imageshack.us/img121/6286/searchtableview.png

Upvotes: 1

Related Questions