国产探花免费观看_亚洲丰满少妇自慰呻吟_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添加到視圖上。


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 甘洛县| 河南省| 天全县| 清苑县| 博湖县| 公安县| 博罗县| 思茅市| 黄龙县| 广平县| 敦化市| 同德县| 和田市| 屯昌县| 枣庄市| 锡林浩特市| 万州区| 尤溪县| 阳城县| 岚皋县| 禹城市| 峨山| 江陵县| 镇巴县| 繁峙县| 东兰县| 恭城| 乾安县| 安阳市| 资中县| 疏附县| 滕州市| 福鼎市| 遂平县| 年辖:市辖区| 西昌市| 苏州市| 麻阳| 米易县| 乌审旗| 祥云县|