djburdick / ImageSearch

0 stars 0 forks source link

basic UICollectionView search done #1

Open djburdick opened 10 years ago

djburdick commented 10 years ago

didn't do anything fancy with collectionview, but it's working instead of using tableview.

/cc @timothy1ee

timothy1ee commented 10 years ago

Great, looks good. Once you've worked with UITableView, UICollectionView is pretty straightforward. However, if you ever want anything besides grids, then you can leverage the custom layout of UICollectionView. Custom layout isn't that easy to do, but it's a pretty powerful system.