let temp = UIView()
temp.backgroundColor = .cyan
temp.add(to: view)
.margins()
SnapUI is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SnapUI'
SnapUI is available under the MIT license. See the LICENSE file for more info.