javff / JKListKit

A data-driven UIScrollView + StackView framework for building fast and flexible lists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JKListKit

A data-driven UIScrollView + UIStackView framework for building fast and flexible lists.

Full Oficial documentation

Main Features
πŸ™… Create vertical list layouts in a simple way. Focus on building sections and then render them in the order you want, in a safe and decoupled way.
🏠 Better architecture with reusable views and sections
🐦 Data driven UI. The model decides which section will be rendered as well as the order of the sections. Do you want to try applying Server Driven UI ? then go ahead !!
πŸ”  Create layout with multiple data types
πŸ”‘ Set the side margins and the spacing between sections in a centralized way. 100% customizable for each section if necessary.
πŸ” Add new sections with no means for something to break. Adding a new section is 100% safe for your current layout.
πŸ“± Simply UIScrollView + UIStackView at its core
πŒ— Lazy Loading
πŸš€ Extendable API
πŸ”¨ Fully unit tested [WIP]
πŸ”¨ DI strategy for SectionController [WIP]

Architecture

JKListKitArquitect drawio

What can I do with this ?

Use Cases Examples

JKListExample2.mov

About

A data-driven UIScrollView + StackView framework for building fast and flexible lists.


Languages

Language:Swift 99.3%Language:Objective-C 0.7%