LayoutKit icon indicating copy to clipboard operation
LayoutKit copied to clipboard

LayoutKit is a fast view layout library for iOS, macOS, and tvOS.

Results 59 LayoutKit issues
Sort by recently updated
recently updated
newest added

It would be great that Xamarin.iOS developer can use this lib!

enhancement

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...

documentation

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...

documentation

Need to figure out how to customize template with mkdocs

enhancement

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.

enhancement

Current sample app is manually setup.

enhancement

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...

enhancement

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...

enhancement