PureLayout 是 iOS & OS X Auto Layout 的终极 API——非常简单,又非常强大。PureLayout 通过一个全面的Auto Layout API 扩展了 UIView/NSView, NSArray 和 NSLayoutConstraint,仿照苹果自身的框架, 构建了一个全面的自动布局 API, 这样你再也不用为适配而苦恼啦!!!
podilfe中加pod ‘PureLayout‘
)/GitHub下载PureLayout, 手动添加到你的项目中#import <PureLayout/PureLayout.h>
/ #import "PureLayout.h"
1
|
@property (nonatomic, strong) UIView *blueView;
|
1
|
- (void)loadView
|
1
|
|
1
|
- (void)updateViewConstraints //更新约束条件
|
github 地址:https://github.com/smileyborg/PureLayout#
原文:http://www.cnblogs.com/SensenCoder/p/5134628.html