On my UIViewController, I took UISearchDisplayController and UITableView. The SearchBar of UISearchDisplayController is outside of UITableView because I don't want to scroll SearchBar with TableView. When started typing some text, It looks fine in iOS6 but in iOS7 SearchBar does not move up and tableView comes over it. And after search button clicked, SearchBar goes out of screen and whole screen messed up. Why this is happening. Showing image below: