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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of LayoutKit!