LayoutKit
LayoutKit copied to clipboard
LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
Hi there, Is there any reason why the initializers, containing the viewClass argument, are marked internal? It would be extremely useful if they were exposed as public. Reason: Let's say...
This updates support for SwiftPM manifest based dependency managers. Specifically this adds support for installing via [Accio](https://github.com/JamitLabs/Accio) but will probably also work with SwiftPM once it's integrated into Xcode. Please...
Update to Swift 5.0. Maybe specifying SWIFT_VERSION in build.sh could fix the CI error?
Note: `pod lib lint` requires CocoaPods 1.6 for tvOS pod sanity test to pass
I ended up getting two approaches for this working: The first marks whichever view is hosting the layout as a layout kit root, and blocks the view recycler from examining...
I found this code quite useful in my project, but it might not be something you would find is in scope of LayoutKit. If so fell free to close this...
Only walk first level of subviews that are created by LayoutKit. If a subview isn't created by LayoutKit, then there is no need to walk subviews of it, as they...
Im getting "Extra argument synchronous in Call" ``` reloadableViewLayoutAdapter.reload(width: width, synchronous: synchronous, layoutProvider: { [weak self] in return [Section(header: nil, items: self?.getFeedItems() ?? [], footer: nil)] }) ```
 What's the recommended approach of implementing the "See more" label and expansion animation? I've attached the screenshot from the LinkedIn iOS app.
There does not seem to be any reference docs for recent versions of LayoutKit. The current release is 9.0.0, but if I navigate to the documentation at http://layoutkit.org/code-documentation/, I'm sent...