Ruihai Su

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
1pod
simple and easy-to-use, 2files only, 17kB size.
similar usage as NSLayoutAnchor, but support iOS-8 and "swiftable".
1.7 times faster than Masonry, nearly as fast as the system method.
track all constraints and easy to activate/deactivate any one of them.
[self.redView activateConstraints:^{
self.redView.height_attr.constant = 100;
self.redView.width_attr = self.blueView.width_attr;
self.redView.top_attr = self.blueView.top_attr;
self.redView.leading_attr = self.blueView.trailing_attr;
}];
self.blueView.width_attr.constant = 100;
NSLayoutConstraint *cons = [self.titleLabel constraintAccordingToAttribute:self.titleLabel.bottom_attr andAttribute:self.subtitleLabel.top_attr];
Add pod 'SSBannerViewController' to your Podfile.
Add the files under "Source" folder to your project.
This project uses MIT License.
License: MIT