We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03ec32 commit d7068b8Copy full SHA for d7068b8
1 file changed
AQWebView/AQWebView.m
@@ -36,9 +36,11 @@ - (instancetype)initWithFrame:(CGRect)frame
36
[_spinner startAnimating];
37
[_webView addSubview:_spinner];
38
39
+ /*
40
_refreshControl = [[UIRefreshControl alloc] init];
41
[_webView.scrollView addSubview:_refreshControl];
42
[_refreshControl addTarget:self action:@selector(reload) forControlEvents:UIControlEventValueChanged];
43
+ */
44
45
[_webView addConstraint:[NSLayoutConstraint constraintWithItem:_spinner
46
attribute:NSLayoutAttributeCenterX
0 commit comments