Syntactic sugar untop of AutoLayout to stick views together. Sticky sugar adds convenience methods on top of auto layout to build and apply constraints to your view in a nice and chainable way.
iOS >= 9
StickySugar is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'StickySugar'
StickySugar is available under the MIT license. See the LICENSE file for more info.