wwlayout
wwlayout copied to clipboard
Swifty DSL for programmatic Auto Layout in iOS
There is currently _no_ code coverage reporting in CircleCI, and needs to be added - preferably with a coverage threshold. Additionally, a code coverage badge needs to be added to...
SwithLint is currently only run locally in Xcode, and only if a user has it installed - not to mention having the latest version. SwiftLint should be run as a...
**Is your feature request related to a problem? Please describe.** Add WWLayout support for `UILayoutGuide`. **Describe the solution you'd like** Being able to use WWLayout to add constraints to `UILayoutGuide`...
Seems that a common task is for a bunch of child views to horizontally fill their parent, with possibly different insets. It would be interesting to explore this kind of...