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

首頁 > 系統(tǒng) > iOS > 正文

詳解ios中scrollView上使用masonry

2020-07-26 02:30:14
字體:
供稿:網(wǎng)友

使用scrollView的一個子視圖對contentSize進(jìn)行調(diào)整

_scroll_Bg = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 100, SCREEN_W, 200)];  _scroll_Bg.pagingEnabled = YES;  _scroll_Bg.delegate = self;  _scroll_Bg.backgroundColor = [UIColor redColor];  [self.view addSubview:_scroll_Bg];

1,現(xiàn)在scrollView添加一個主要子視圖,大小貼合scrollView

UIView *bgView = [[UIView alloc] init];  bgView.backgroundColor = [UIColor blueColor];  [_scroll_Bg addSubview:bgView];  [bgView mas_makeConstraints:^(MASConstraintMaker *make) {    make.top.left.bottom.and.right.equalTo(_scroll_Bg).with.insets(UIEdgeInsetsZero);    make.width.equalTo(_scroll_Bg);  }];

2,此后所有子視圖都需添加在此bgView上

UIView *childV = [[UIView alloc] init];  childV.backgroundColor = [UIColor cyanColor];  [bgView addSubview:childV];  [childV mas_makeConstraints:^(MASConstraintMaker *make) {    make.left.right.mas_equalTo(0);    make.top.mas_equalTo(250);    make.height.mas_equalTo(1000);  }];

3,以最后所加子視圖為準(zhǔn),再對bgView進(jìn)行重新約束

[bgView mas_makeConstraints:^(MASConstraintMaker *make) {    make.bottom.equalTo(childV.mas_bottom);  }];

以上就是本次給大家整理的全部內(nèi)容,如果還有任何不明白的地方可以在下方的留言區(qū)討論,感謝你對武林網(wǎng)的支持。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 鲜城| 潮州市| 台江县| 东方市| 香港 | 高州市| 阿合奇县| 蒲江县| 海淀区| 新余市| 城市| 黄大仙区| 内丘县| 顺义区| 都匀市| 依兰县| 论坛| 灵宝市| 巍山| 潼关县| 嵊州市| 莱芜市| 长岭县| 拉萨市| 上林县| 麟游县| 天津市| 赞皇县| 渝中区| 遂宁市| 定安县| 宝山区| 佛坪县| 化德县| 富裕县| 孝昌县| 西城区| 哈巴河县| 拜城县| 闻喜县| 砀山县|