I\'ve added a UISearchBar to a UICollectionView and in the delegate searchBar:textDidChange: filter my model and call [collectio
UISearchBar
UICollectionView
searchBar:textDidChange:
[collectio
I just added
[searchBar becomeFirstResponder];
after calling
[collectionView reloadData];