SoySauceLab / CollectionKit

Reimagining UICollectionView
MIT License
4.39k stars 259 forks source link

extension in the Utils.swift should be marked as public #36

Closed tomisacat closed 6 years ago

tomisacat commented 6 years ago

extensions and methods in Utils.swift should be marked as public so you don't have to repeat in demo project.

lkzhao commented 6 years ago

This is something that was considered. The reason why we are not doing it is because exporting these helper methods might cause conflict if you use libraries like SwifterSwift. Feel free to grab the file and put it into your own projects. or include a helper library like SwifterSwift