FrameLayoutKit
FrameLayoutKit copied to clipboard
A super fast and easy-to-use layout library for iOS. FrameLayoutKit supports complex layouts, including chaining and nesting layout with simple and intuitive operand syntax.
Have some document about FrameLayoutKit?
When you create frameLayout its content is aligned. frameLayout is added to UIView like another common UIView. But how to set frameLayout position and size in outer container? Should I...
This is a very good layout library,But I encountered a problem while using it. When using a horizontal layout, I limited the element size to center it, but it seems...