giulio92 / GLTableCollectionView

Netflix and App Store like UITableView with UICollectionView, written in pure Swift 4.2
MIT License
705 stars 37 forks source link

Conversion for carthage and pods support #21

Closed chickdan closed 6 years ago

chickdan commented 7 years ago

This PR is to reorganize the structure of the repo to separate out the classes necessary for the framework from the demo app. Everything is setup to be Carthage and Pods compatible and it is working with Carthage (needs to be registered on cocoapods.org for the pod to work). However because the library was initially designed as an app instead of a framework it is not easy to customize the behavior. The source classes will need some rework but I have yet to figure out where to begin (maybe another contributor can help out).

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.