Positioning of scope bar in UISearchController
问题 I'm developing a iPad-only app, and I've got a UITableView inside a UIViewController. I setted a UISearchController as the header of the UITableView. This search control has three scopes. I want the scope selector to be below the search bar . With the following piece of code, I'm able to get it at init, but when I start with the input, the selector goes to the right, and remains there . Here is an animation: And here is the relevant code: self.searchController = [[UISearchController alloc]