_scrollView = [[UIScrollView alloc]initWithFrame:[UIScreen mainScreen].bounds];
_scrollView.alwaysBounceVertical = YES;
_scrollView.showsVerticalScrollIndicator = NO;
[self.view addSubview:_scrollView];
_scrollView = [[UIScrollView alloc]initWithFrame:[UIScreen mainScreen].bounds];
_scrollView.alwaysBounceVertical = YES;
_scrollView.showsVerticalScrollIndicator = NO;
[self.view addSubview:_scrollView];
本文标题:简单创建一个ScrollerView
本文链接:https://www.haomeiwen.com/subject/kodqwqtx.html
网友评论