Skip to content

Commit

Permalink
fix: increasing section separation in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhJamadagni committed Jul 5, 2023
1 parent f08226c commit 8c0204a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Scribe/Base.lproj/AppScreen.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="1zu-X4-Qkc">
<rect key="frame" x="0.0" y="146" width="375" height="583"/>
<rect key="frame" x="0.0" y="154" width="375" height="575"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</tableView>
</subviews>
<viewLayoutGuide key="safeArea" id="jmm-1G-rGX"/>
<color key="backgroundColor" name="scribeAppBackground"/>
<constraints>
<constraint firstItem="1zu-X4-Qkc" firstAttribute="bottom" secondItem="jmm-1G-rGX" secondAttribute="bottom" id="CPq-V8-hSe"/>
<constraint firstItem="1zu-X4-Qkc" firstAttribute="top" secondItem="jmm-1G-rGX" secondAttribute="top" id="P2k-i0-6Ek"/>
<constraint firstItem="1zu-X4-Qkc" firstAttribute="top" secondItem="jmm-1G-rGX" secondAttribute="top" constant="8" id="P2k-i0-6Ek"/>
<constraint firstItem="1zu-X4-Qkc" firstAttribute="trailing" secondItem="jmm-1G-rGX" secondAttribute="trailing" id="iAb-5d-74H"/>
<constraint firstItem="1zu-X4-Qkc" firstAttribute="leading" secondItem="jmm-1G-rGX" secondAttribute="leading" id="poY-yf-vBp"/>
</constraints>
Expand Down Expand Up @@ -172,7 +172,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="R98-aa-uZS">
<rect key="frame" x="0.0" y="94" width="375" height="635"/>
<rect key="frame" x="0.0" y="102" width="375" height="627"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<view key="tableFooterView" contentMode="scaleToFill" id="2AI-Eq-Aoc" userLabel="footerContainer">
<rect key="frame" x="0.0" y="121.66666793823242" width="375" height="130"/>
Expand Down Expand Up @@ -221,7 +221,7 @@
<viewLayoutGuide key="safeArea" id="I0X-V8-Xfd"/>
<color key="backgroundColor" name="scribeAppBackground"/>
<constraints>
<constraint firstItem="R98-aa-uZS" firstAttribute="top" secondItem="I0X-V8-Xfd" secondAttribute="top" id="OWc-aW-GCS"/>
<constraint firstItem="R98-aa-uZS" firstAttribute="top" secondItem="I0X-V8-Xfd" secondAttribute="top" constant="8" id="OWc-aW-GCS"/>
<constraint firstItem="R98-aa-uZS" firstAttribute="trailing" secondItem="I0X-V8-Xfd" secondAttribute="trailing" id="bpS-fM-PPM"/>
<constraint firstItem="R98-aa-uZS" firstAttribute="leading" secondItem="I0X-V8-Xfd" secondAttribute="leading" id="kfz-Wb-hJ6"/>
<constraint firstItem="R98-aa-uZS" firstAttribute="bottom" secondItem="I0X-V8-Xfd" secondAttribute="bottom" id="rIQ-1I-NCm"/>
Expand Down
6 changes: 3 additions & 3 deletions Scribe/Components/ParentTableViewCell/ParentTableViewCell.xib
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="azh-mR-LYl" userLabel="containerView">
<rect key="frame" x="15" y="37" width="290" height="116"/>
<rect key="frame" x="15" y="37" width="290" height="100"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="50" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="ovr-Ss-rwu" userLabel="childTable" customClass="CustomChildTableView" customModule="Scribe" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="290" height="116"/>
<rect key="frame" x="0.0" y="0.0" width="290" height="100"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</tableView>
</subviews>
Expand All @@ -48,7 +48,7 @@
<constraint firstItem="Tcm-T8-ok8" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="6ha-Mt-8Nu"/>
<constraint firstItem="azh-mR-LYl" firstAttribute="top" secondItem="Tcm-T8-ok8" secondAttribute="bottom" constant="8" id="C9E-0J-yav"/>
<constraint firstItem="azh-mR-LYl" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="QKV-6t-ya9"/>
<constraint firstAttribute="bottom" secondItem="azh-mR-LYl" secondAttribute="bottom" constant="8" id="VbI-PH-vff"/>
<constraint firstAttribute="bottom" secondItem="azh-mR-LYl" secondAttribute="bottom" constant="24" id="VbI-PH-vff"/>
<constraint firstAttribute="trailing" secondItem="azh-mR-LYl" secondAttribute="trailing" constant="15" id="aQE-qk-18M"/>
<constraint firstItem="Tcm-T8-ok8" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="36" id="zfg-rc-F7T"/>
</constraints>
Expand Down

0 comments on commit 8c0204a

Please sign in to comment.