Skip to content

Commit f072cf1

Browse files
committed
m
1 parent f8705b4 commit f072cf1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

JHCellConfigDemo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
isa = PBXGroup;
203203
children = (
204204
9D36A535211424200021ECD1 /* JHCellConfig.podspec */,
205+
04BA824B1A9DF5E7004EE5C6 /* Main.storyboard */,
205206
9DBF803120A96A76001ABD8C /* JHCellConfig */,
206207
9D34948720B0123700AEBB71 /* BaseClass */,
207208
9D24357C208DD0FE008E9162 /* ListDemoViewController.h */,
@@ -221,7 +222,6 @@
221222
0423AC351AC1005A00DA3430 /* UIView+Shortcut */,
222223
9D243553208AE958008E9162 /* Masonry */,
223224
04B8BC341AADDB0A006FACEA /* Macro.h */,
224-
04BA824B1A9DF5E7004EE5C6 /* Main.storyboard */,
225225
04BA823E1A9DF5E7004EE5C6 /* Supporting Files */,
226226
);
227227
path = JHCellConfigDemo;

JHCellConfigDemo/Base.lproj/Main.storyboard

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<scenes>
12-
<!--Navigation Controller-->
12+
<!--Detail-->
1313
<scene sceneID="n8o-o5-tzy">
1414
<objects>
1515
<navigationController id="weR-Fu-kfW" sceneMemberID="viewController">
16-
<tabBarItem key="tabBarItem" title="" id="Lsy-q4-0nA"/>
17-
<navigationBar key="navigationBar" contentMode="scaleToFill" id="a9p-Wu-ACa">
16+
<tabBarItem key="tabBarItem" title="Detail" id="Lsy-q4-0nA"/>
17+
<navigationBar key="navigationBar" contentMode="scaleToFill" translucent="NO" id="a9p-Wu-ACa">
1818
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
1919
<autoresizingMask key="autoresizingMask"/>
2020
</navigationBar>
@@ -26,12 +26,12 @@
2626
</objects>
2727
<point key="canvasLocation" x="750" y="392"/>
2828
</scene>
29-
<!--Item-->
29+
<!--List-->
3030
<scene sceneID="B5N-KN-bjo">
3131
<objects>
3232
<navigationController id="OCy-ET-0xW" sceneMemberID="viewController">
33-
<tabBarItem key="tabBarItem" title="Item" id="0i9-RJ-IZe"/>
34-
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Fqv-kH-oHH">
33+
<tabBarItem key="tabBarItem" title="List" id="0i9-RJ-IZe"/>
34+
<navigationBar key="navigationBar" contentMode="scaleToFill" translucent="NO" id="Fqv-kH-oHH">
3535
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
3636
<autoresizingMask key="autoresizingMask"/>
3737
</navigationBar>
@@ -52,7 +52,7 @@
5252
<viewControllerLayoutGuide type="bottom" id="kyp-f0-5rO"/>
5353
</layoutGuides>
5454
<view key="view" contentMode="scaleToFill" id="YNP-aO-gtH">
55-
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
55+
<rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
5656
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
5757
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
5858
</view>
@@ -71,7 +71,7 @@
7171
<viewControllerLayoutGuide type="bottom" id="IL3-tR-IO9"/>
7272
</layoutGuides>
7373
<view key="view" contentMode="scaleToFill" id="XAZ-W7-cSd">
74-
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
74+
<rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
7575
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
7676
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
7777
</view>

JHCellConfigDemo/BaseClass/JHBaseTableViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ - (void)viewDidLoad {
2626
self.mainTableView.delegate = self;
2727
self.mainTableView.dataSource = self;
2828
self.mainTableView.backgroundColor = [self getTableViewBackgroundColor];
29-
self.automaticallyAdjustsScrollViewInsets = NO;
29+
3030

3131
[self.view addSubview:self.mainTableView];
3232
}

0 commit comments

Comments
 (0)