matteogobbi / MGSpotyViewController

Beautiful viewController with a tableView and amazing effects like a viewController in the Spotify app.
MIT License
1.02k stars 106 forks source link

UICollectionView instead of UITableView #25

Closed FreshApps closed 8 years ago

FreshApps commented 8 years ago

Is it possible to add a UICollectionView instead of a UITableView. I tried it out but can't get it right.

matteogobbi commented 8 years ago

Hi, this component is built with a UITableView :) , so u don't have other way to use it. If you want to convert it in a UICollectionView u have to rebuild it. Cheers!