mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Logging view will layout subviews to figure out the off-page rotation issue.
This commit is contained in:
parent
41d0423c5b
commit
e780cb0213
1 changed files with 1 additions and 1 deletions
|
@ -250,9 +250,9 @@
|
||||||
|
|
||||||
- (void)viewWillLayoutSubviews {
|
- (void)viewWillLayoutSubviews {
|
||||||
[super viewWillLayoutSubviews];
|
[super viewWillLayoutSubviews];
|
||||||
|
|
||||||
[self changeWebViewWidth];
|
[self changeWebViewWidth];
|
||||||
[self drawFeedGradient];
|
[self drawFeedGradient];
|
||||||
|
NSLog(@"viewWillLayoutSubviews: %.2f", self.webView.scrollView.bounds.size.width);
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
|
|
Loading…
Add table
Reference in a new issue