There was an error while loading. Please reload this page.
1 parent 31f7ea0 commit d664c4bCopy full SHA for d664c4b
README.md
@@ -9,7 +9,7 @@
9
10
2.技术讨论群:343640780
11
12
-3.UIScrollView实用方法
+3.UIScrollView(UITableView,UICollectionView)使用方法
13
UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 64, WScreenWidth, WScreenHeight)];
14
self.scrollView = scrollView;
15
[self.view addSubview:scrollView];
0 commit comments