This repository was archived by the owner on Apr 15, 2020. It is now read-only.
7.0.0
This release closes the 7.0.0 milestone.
Breaking
-
Converted to Swift 4.0
-
iOS 9.0 minimum now required
-
tvOS 10.0 minimum now required
-
Significant renaming refactor: renamed all "factory" references to "config", see #73 for details and reasoning
ReusableViewFactoryProtocol-->ReusableViewConfigProtocolViewFactory-->ReusableViewConfigTitledSupplementaryViewFactory-->TitledSupplementaryViewConfig- Updated function param names
cellFactory:-->cellConfig: - Updated function param names
supplementaryFactory:-->supplementaryConfig:
-
Removed
SectionInfoProtocolin favor of using a concreteSection.DataSourcenow referencesSectiondirectly. (#103)