Skip to content

Commit d664c4b

Browse files
committed
Update README.md
1 parent 31f7ea0 commit d664c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
2.技术讨论群:343640780
1111

12-
3.UIScrollView实用方法
12+
3.UIScrollView(UITableView,UICollectionView)使用方法
1313
UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 64, WScreenWidth, WScreenHeight)];
1414
self.scrollView = scrollView;
1515
[self.view addSubview:scrollView];

0 commit comments

Comments
 (0)