This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
0.2.0
- Introduce new iPad/Mac(Catalyst) app for designing layouts
- New delegate function
func collectionViewPagingLayout(_ layout: CollectionViewPagingLayout, didSelectItemAt indexPath: IndexPath)
for using thisfunc configureTapOnCollectionView(goToSelectedPage: Bool = false)
needs to be called after assigning layout to the collection view - will be added to the ReadMe - Fix not change current page on animated page change
- Fix zero sections