国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

Masonry約束

2019-11-09 17:11:01
字體:
來源:轉載
供稿:網友
@PRoperty (nonatomic, strong, readonly) MASConstraint *left; //左側 @property (nonatomic, strong, readonly) MASConstraint *top; //上側 @property (nonatomic, strong, readonly) MASConstraint *right; //右側@property (nonatomic, strong, readonly) MASConstraint *bottom; //下側@property (nonatomic, strong, readonly) MASConstraint *leading; //首部@property (nonatomic, strong, readonly) MASConstraint *trailing; //尾部@property (nonatomic, strong, readonly) MASConstraint *width; //寬@property (nonatomic, strong, readonly) MASConstraint *height; //高@property (nonatomic, strong, readonly) MASConstraint *centerX; //橫向居中@property (nonatomic, strong, readonly) MASConstraint *centerY; //縱向居中@property (nonatomic, strong, readonly) MASConstraint *baseline; //文本基線

**

屬性有了,接著我們應該怎么在視圖中添加約束呢,Masonry給我們提供了3個方法

**

//新增約束 - (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block;//更新約束 - (NSArray *)mas_updateConstraints:(void(^)(MASConstraintMaker *make))block;//清楚之前的所有約束,只會保留最新的約束 - (NSArray *)mas_remakeConstraints:(void(^)(MASConstraintMaker *make))block; 合理的利用這個3個函數,基本上可以應對任何情況了2.居中一個view // 防止block中的循環引用 __weak typeof (self) weakSelf = self // 初始化一個View UIView *bgView = [[UIView alloc]init]; bgView.backgroundColor = [UIColor redColor]; [self.view addSubview:bgView]; // 使用mas_makeConstraints添加約束 [bgView mas_makeConstraints:^(MASConstraintMaker *make) { make.center.equalTo(weakSelf.view); make.size.mas_equalTo(CGSizeMake(200, 200)); }];

是不是很簡單,這里有一點要必須注意下,添加約束前必須要把view添加到視圖上。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 丰县| 涞水县| 滨州市| 荃湾区| 将乐县| 富平县| 九龙城区| 方城县| 股票| 徐州市| 广汉市| 山东省| 奉节县| 广汉市| 呼伦贝尔市| 富宁县| 新丰县| 乌鲁木齐县| 乐山市| 金山区| 景洪市| 班玛县| 连城县| 昭觉县| 顺平县| 吐鲁番市| 鹰潭市| 当涂县| 黄平县| 丹凤县| 衡水市| 沙河市| 马龙县| 珠海市| 全州县| 铜山县| 镇江市| 常德市| 湄潭县| 北海市| 依兰县|