Neron makes iOS Auto Layout easy.
Usage example:
view.layout
.add(to: self)
.leading.equalTo(layoutMarginsGuide, .leading)
.trailing.equalTo(layoutMarginsGuide, .trailing)
.yAxis.center(with: guide)
.height.equalTo(constant: 50)
.activate()
Neron is shared under the MIT license. See the LICENSE for more info.