LayoutKit is a fast view layout library for iOS, macOS, and tvOS. LinkedIn created LayoutKit because we have found that Auto Layout is not performant enough for complicated view hierarchies in scrollable views. LayoutKit is as fast as manual layout code and is significantly faster than Auto Layout.Layouts can be computed in a background thread so user interactions are not interrupted. Layouts are declared with immutable data structures. This makes layout code easier to develop, document, code review, test, debug, profile, and maintain. Layout results are immutable data structures so they can be precomputed in the background and cached to increase user perceived performance.
Features
- LayoutKit is as fast as manual layout code and is significantly faster than Auto Layout
- Layouts can be computed in a background thread so user interactions are not interrupted
- Layouts are declared with immutable data structures. This makes layout code easier to develop, document, code review, test, debug, profile, and maintain
- Layout results are immutable data structures so they can be precomputed in the background and cached to increase user perceived performance
- LayoutKit produces UIViews and also provides an adapter that makes it easy to use with UITableView and UICollectionView
- LayoutKit automatically adjusts view frames for right-to-left languages
Categories
LibrariesLicense
Apache License V2.0Follow LayoutKit
Other Useful Business Software
Orchestrate Your AI Agents with Zenflow
Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of LayoutKit!