Skip to content

Commit 31f7ea0

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
2.技术讨论群:343640780
1111

1212
3.UIScrollView实用方法
13-
UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 64, WScreenWidth, WScreenHeight)];
13+
UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 64, WScreenWidth, WScreenHeight)];
1414
self.scrollView = scrollView;
1515
[self.view addSubview:scrollView];
1616
[scrollView setContentSize:CGSizeMake(self.view.frame.size.width, self.view.frame.size.height)];
@@ -26,7 +26,6 @@ UIScrollView *scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 64,
2626
3.UIwebView使用方法
2727
UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 64, WScreenWidth, WScreenHeight - 64)];
2828
[self.view addSubview:webView];
29-
3029
UIScrollView *scrollView = webView.scrollView;
3130
_initArray = @[@"https://github.com/LiYueChun", @"http://www.jianshu.com/users/336468483205/latest_articles", @"http://weibo.com/mobiledevelopment", @"http://blog.sina.com.cn/technicalarticle"];
3231
@weakify(scrollView);

0 commit comments

Comments
 (0)