Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 397 Bytes

Neron

Neron makes iOS Auto Layout easy.

Example

Usage example:

view.layout
    .add(to: self)
    .leading.equalTo(layoutMarginsGuide, .leading)
    .trailing.equalTo(layoutMarginsGuide, .trailing)
    .yAxis.center(with: guide)
    .height.equalTo(constant: 50)
    .activate()

License

Neron is shared under the MIT license. See the LICENSE for more info.