geor-kasapidi / ALLKit

๐Ÿ›  Async List Layout Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALLKit Build Status PodL PodV Swift iOS

A declarative data-driven framework for rapid development of smooth UI

  • Stable and safe - production ready solution used in some popular apps
  • Easy to use - simple and clean API using modern Swift features like function builder
  • Lightweight - 1K lines of code that greatly simplify development
  • Modular - use only components you need (see podspec)

Features

  • Powerful abstraction over UICollectionView with automatic cells and views management
  • Layout calculation in background using flexbox
  • Flat view hierarchy with reduced number of subviews

Installation

pod 'ALLKit'

How to use

Check out the demo project (run bundle exec pod install and open Pods/Pods.xcodeproj) and read the docs:

Apps

Demo screenshots

Screens

About

๐Ÿ›  Async List Layout Kit

License:MIT License


Languages

Language:Swift 93.3%Language:Ruby 6.7%