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

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

詳解ios中scrollView上使用masonry

2019-10-21 18:41:45
字體:
來源:轉載
供稿:網(wǎng)友

使用scrollView的一個子視圖對contentSize進行調整

_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,以最后所加子視圖為準,再對bgView進行重新約束

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

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


注:相關教程知識閱讀請移步到IOS開發(fā)頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 荔浦县| 互助| 威远县| 通山县| 巴中市| 浑源县| 宁阳县| 神农架林区| 西平县| 上虞市| 南溪县| 秦皇岛市| 沽源县| 祥云县| 托里县| 汪清县| 庐江县| 寻乌县| 邓州市| 宣威市| 祁阳县| 东平县| 鸡泽县| 米泉市| 瓮安县| 阳朔县| 高密市| 门源| 衡南县| 通州区| 宜兴市| 边坝县| 和林格尔县| 车险| 唐河县| 萝北县| 博野县| 安丘市| 伊宁县| 收藏| 耒阳市|