A declarative library for building component-based user interfaces in UITableView and UICollectionView. Provides a declarative design with the power of diffing algorithm for building list UIs. Declare the component once, it can be reused regardless kind of the list element. Solves the various problems by architecture and algorithm without destructing UIKit. Carbon is a library for building component-based user interfaces in UITableView and UICollectionView inspired by SwiftUI and React. This make it painless to build and maintain the complex UIs. Since components made with Carbon can be works directly on SwiftUI, the cost of future migration can be greatly reduced. Uses DifferenceKit which is highly optimized based on Paul Heckel’s paper for diffing. Declarative design and diffing algorithm make your code more predictable, debugging easier and providing beautiful animations to users.
Features
- Provides a declarative design with power of diffing algorithm for building list UIs
- Declare component once, it can be reused regardless kind of the list element
- Solves the various problems by architecture and algorithm without destructing UIKit
- The components are displayed on the list UI by Renderer.render
- Custom Content
- SwiftUI Compatibility