Overview of Parchment features
mainParchment is a library for paging between view controllers with a customizable indicator that scrolls alongside the content.
Key features include:
- Highly customizable: Menu items are built using
UICollectionView, allowing for custom layouts and behaviors. - Memory-efficient: View controllers are only allocated when needed, preventing up-front initialization of large sets of controllers.
- Infinite scrolling: Supports infinitely large data sources because view controllers are allocated dynamically during scrolling.