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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of LayoutKit!