mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixed #1656 (odd 1px white border at bottom of story list)
This commit is contained in:
parent
88eff493fc
commit
8228b30d2f
2 changed files with 1 additions and 6 deletions
|
@ -1864,11 +1864,6 @@ heightForRowAtIndexPath:(NSIndexPath *)indexPath {
|
|||
}
|
||||
}
|
||||
|
||||
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section {
|
||||
// This will create a "invisible" footer
|
||||
return 0.01f;
|
||||
}
|
||||
|
||||
- (void)scrollViewDidScroll: (UIScrollView *)scroll {
|
||||
[self checkScroll];
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<objects>
|
||||
<viewController storyboardIdentifier="DetailViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="djW-7k-haK" customClass="DetailViewController" customModule="NewsBlur" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<view key="view" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="jTZ-4O-xyT">
|
||||
<rect key="frame" x="0.0" y="0.0" width="818.5" height="834"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="1194" height="834"/>
|
||||
<subviews>
|
||||
<containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bPa-u1-Aml">
|
||||
<rect key="frame" x="0.0" y="74" width="1194" height="580"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue