My UISearchBar moves to top (animated) --> want to disable
问题 I want implement an UISearchBar on my tableView . My code (in viewDidLoad) : self.searchController = UISearchController(searchResultsController: nil) self.searchController.searchResultsUpdater = self self.searchController.delegate = self self.searchController.searchBar.delegate = self self.searchController.searchBar.autocapitalizationType = .None self.searchController.searchBar.autocorrectionType = .No self.searchController.hidesNavigationBarDuringPresentation = false self.searchController