Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Fixes Navigation for double tap reaction on settings #2275

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 23 additions & 5 deletions Classes/Settings/Settings.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
</tableViewCellContentView>
<inset key="separatorInset" minX="16" minY="0.0" maxX="0.0" maxY="0.0"/>
<connections>
<segue destination="D6n-Kh-ydE" kind="show" id="t7M-y6-pfg"/>
<segue destination="zTX-UL-vjU" kind="showDetail" id="t7M-y6-pfg"/>
</connections>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="pnm-5p-yC5" customClass="StyledTableCell" customModule="Freetime" customModuleProvider="target">
Expand Down Expand Up @@ -368,7 +368,7 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Sign Out" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="ku5-ZI-OG9" customClass="SettingsLabel" customModule="Freetime" customModuleProvider="target">
<rect key="frame" x="16" y="0.0" width="343" height="43.5"/>
<rect key="frame" x="24" y="0.0" width="336" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" red="0.79607843137254897" green="0.14117647058823529" blue="0.19215686274509802" alpha="1" colorSpace="calibratedRGB"/>
Expand Down Expand Up @@ -584,7 +584,7 @@
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2Iq-39-nex" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-215" y="-131"/>
<point key="canvasLocation" x="665" y="-131"/>
</scene>
<!--Accounts-->
<scene sceneID="Xjx-IC-OZR">
Expand Down Expand Up @@ -630,7 +630,7 @@
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="YHM-PS-ThT" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="1420" y="-133"/>
<point key="canvasLocation" x="2359.1999999999998" y="-133.5832083958021"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="D9x-gg-9aE">
Expand Down Expand Up @@ -664,7 +664,25 @@
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="OVs-04-lfm" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="615" y="-132"/>
<point key="canvasLocation" x="1552.8" y="-132.68365817091455"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="Gqm-gt-Lcu">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="zTX-UL-vjU" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Z7d-Gy-h3x">
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="D6n-Kh-ydE" kind="relationship" relationship="rootViewController" id="WFW-pz-Za9"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="kTW-nS-mww" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-108" y="-132.68365817091455"/>
</scene>
</scenes>
<resources>
Expand Down