Sample-UISearchController icon indicating copy to clipboard operation
Sample-UISearchController copied to clipboard

Sample code to demonstrate using UISearchController, introduced in iOS 8.

Results 2 Sample-UISearchController issues
Sort by recently updated
recently updated
newest added

Have you run it on ios 11 yet? When i run it in ios 11 and in orientation mode from portrait to landscape, scopeButtonTitles display incorrect? ![simulator screen shot -...

Hide search bar by default until user pull down or click on a button to focus on it. For the latter, I tried self.tableView.contentOffset = CGPointMake(0, 0 - self.tableView.contentInset.top); [self.searchController.searchBar...