j4wang / gImageSearch

Assignment #4
0 stars 0 forks source link

UICollectionView Question #1

Open j4wang opened 10 years ago

j4wang commented 10 years ago

/cc @nesquena @timothy1ee

When using a UICollectionView, is there a recommended way to integrate with the collection view rather than using the searchDisplayController's built-in tableView?

The other way I've considered doing this is using the AQGridView (available as a pod), but I'd probably run into the same issue.

timothy1ee commented 10 years ago

I'm not totally sure I understand your question. One thing is, I don't think you can use a searchdisplaycontroller in this case since it's always associated with a table view. You have to use a UISearchBar directly and link it to the collection view.