Skip to content

Commit d7068b8

Browse files
committed
Disabling pull to refresh
1 parent d03ec32 commit d7068b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AQWebView/AQWebView.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ - (instancetype)initWithFrame:(CGRect)frame
3636
[_spinner startAnimating];
3737
[_webView addSubview:_spinner];
3838

39+
/*
3940
_refreshControl = [[UIRefreshControl alloc] init];
4041
[_webView.scrollView addSubview:_refreshControl];
4142
[_refreshControl addTarget:self action:@selector(reload) forControlEvents:UIControlEventValueChanged];
43+
*/
4244

4345
[_webView addConstraint:[NSLayoutConstraint constraintWithItem:_spinner
4446
attribute:NSLayoutAttributeCenterX

0 commit comments

Comments
 (0)