LayoutKit
LayoutKit copied to clipboard
LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
It would be great that Xamarin.iOS developer can use this lib!
When I use the Safari browser to visit the layoutkit.org site with an 85% page zoom, the layout breaks. Many websites have this problem, but it's ironic that Layout Kit...
Now I can add a button as part of the layout and than regenerate the Layout in response to an user action. Could be useful to have a native support...
Currently ViewRecycler only reuses views that have a viewReuseId. It could cache views that don't have a viewReuseId by their type and reuse them when creating views.
Let's say a stack contains two layouts [A][B], if I set .center as aligment for the stack, than the stack's container will set the stack position based on the mid...
Ability to apply a traslation to a view position after the layout phase by absolute value or by percentage on the container size. This could be handy in cases where...