You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2020. It is now read-only.
Make naming more Swifty.
Unify cell / view factories
ViewFactoryandReusableViewFactoryProtocolto unify the table cell, collection cell, and collection supplementary view factoriesTableViewCellFactoryTypeprotocol andTableViewCellFactorystructCollectionViewCellFactoryTypeprotocol andCollectionViewCellFactorystructCollectionSupplementaryViewFactoryTypeprotocol andSupplementaryViewFactorystructUnify section objects
SectionandSectionInfoProtocolto unify the table view and collection view sections.CollectionViewSectionInfoandTableViewSectionInfoCollectionViewSectionandTableViewSectionUnify all data source providers
*DataSourceProviderclasses into a single classTableViewDataSourceProviderTableViewFetchedResultsDataSourceProviderCollectionViewDataSourceProviderCollectionViewFetchedResultsDataSourceProviderUnify fetched results delegate providers
*FetchedResultsDelegateProviderclasses into a single classCollectionViewFetchedResultsDelegateProviderTableViewFetchedResultsDelegateProvider