LayoutKit
LayoutKit copied to clipboard
LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
iOS13+ has different CGSize for some button types: .contactAdd, .infoLight, .infoDark, .detailDisclosure Tests were failing when testing with simulators iOS13+
Hi I'm interested in using your library, but am struggling to figure out how to accomplish a task which is trivial to do with auto layout. I'm trying to create...
With iOS 13 coming out soon, is there any functionality in the framework that allows us to handle dark mode? Maybe an example on how to handle that?
In class `LabelLayoutDefaults`, `UILabel.init()` is called on static stored property declaration. This leads `[UIView init] must be used from main thread only` warning on Xcode. Moreover, it breaks on runtime...
I'm trying to use Layout Kit with XCode 10 (beta 6) - Swift 4.2 Any news of this development? to know if I can adopt this cool framework Thanks for...
- Added line break mode support in LabelLayout to calculate correct size based on line break mode.