mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
parent
9fb7d33906
commit
2e45a55847
1 changed files with 6 additions and 0 deletions
|
@ -377,6 +377,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)viewDidLayoutSubviews {
|
- (void)viewDidLayoutSubviews {
|
||||||
|
CGRect frame = self.scrollView.frame;
|
||||||
|
|
||||||
|
if (frame.size.width != floor(frame.size.width)) {
|
||||||
|
self.scrollView.frame = CGRectMake(frame.origin.x, frame.origin.y, floor(frame.size.width), floor(frame.size.height));
|
||||||
|
}
|
||||||
|
|
||||||
[super viewDidLayoutSubviews];
|
[super viewDidLayoutSubviews];
|
||||||
// [self reorientPages];
|
// [self reorientPages];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue