I have a custom view header on a Table View Controller, and within that I have a couple labels and a UISearchBar. This issue is when I cancel out of the Search Display Controller, the UISearchBar animates back into it's origin, but upon finish it changes its height to the custom view's height like so:
Is there a way to prevent this from happening without AutoLayout (project is using struts and springs)? Or is there a method to override the animation coming out of the Display Controller?
I've uploaded a quick sample project to github: https://github.com/3arrett/searchbarheight