Reputation: 531
I have a UISearchBarDisplayController
which is the header view of my UITableView
. When I click on the UISearchBar
, the animation is jerky and it lags when the search bar moves its frame to the top. I am trying to emulate what is shown in the Contacts app. What could be the problem with how I have implemented this? I have just setup everything in IB for now(no code written).
http://screencast.com/t/HAzJRj3OgdQ
Upvotes: 0
Views: 93
Reputation: 531
The problem was that I had to set the option to Extend Edges for Top, Bottom and Opaque bars.
Upvotes: 1