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

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

Masonry約束

2019-11-09 18:12:24
字體:
來源:轉載
供稿:網友
@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添加到視圖上。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 郴州市| 镇宁| 永嘉县| 垦利县| 乐清市| 兴宁市| 阿拉善盟| 彝良县| 贡嘎县| 黑山县| 衡阳县| 泸州市| 松滋市| 江山市| 九江县| 崇文区| 鄂温| 岳池县| 读书| 红安县| 和田县| 桐柏县| 平定县| 邛崃市| 扶绥县| 饶平县| 子洲县| 彩票| 南投市| 马龙县| 永仁县| 读书| 班戈县| 安阳县| 安丘市| 锡林郭勒盟| 沂南县| 双峰县| 油尖旺区| 诏安县| 都兰县|