[Solved] Insert a UISearchBar in IOS 8, Xcode 6 [closed]

I had to do the same you are doing a few months ago. So, I found this on GitHub: https://github.com/dempseyatgithub/Sample-UISearchControllerDownload/clone it and you’ll be able to see how to use UISearchController with UITableView and UICollectionView. It has everything you need to upgrade from UISearchDisplayController to UISearchController. The UISearchController documentation is also really helpful.If you also … Read more