Skip to content

Commit 61d2555

Browse files
committed
Added Storyboard push segue to fact view
1 parent a28b6a5 commit 61d2555

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed
Binary file not shown.

Spaced/Base.lproj/Main.storyboard

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
101101
<autoresizingMask key="autoresizingMask"/>
102102
</tableViewCellContentView>
103+
<connections>
104+
<segue destination="VRE-eu-0Qp" kind="show" id="jat-hV-Ybu"/>
105+
</connections>
103106
</tableViewCell>
104107
</prototypes>
105108
<connections>
@@ -387,6 +390,31 @@
387390
</objects>
388391
<point key="canvasLocation" x="921" y="1173"/>
389392
</scene>
393+
<!--View Controller-->
394+
<scene sceneID="dVU-MB-fGe">
395+
<objects>
396+
<viewController id="VRE-eu-0Qp" sceneMemberID="viewController">
397+
<view key="view" contentMode="scaleToFill" id="ZPg-Ub-UCg">
398+
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
399+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
400+
<subviews>
401+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="View" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="geQ-Hl-qor">
402+
<rect key="frame" x="132" y="237" width="37" height="21"/>
403+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
404+
<fontDescription key="fontDescription" type="system" pointSize="17"/>
405+
<nil key="textColor"/>
406+
<nil key="highlightedColor"/>
407+
</label>
408+
</subviews>
409+
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
410+
<viewLayoutGuide key="safeArea" id="kRY-KY-dFc"/>
411+
</view>
412+
<navigationItem key="navigationItem" id="pcO-yZ-TXm"/>
413+
</viewController>
414+
<placeholder placeholderIdentifier="IBFirstResponder" id="4fs-vV-NeY" userLabel="First Responder" sceneMemberID="firstResponder"/>
415+
</objects>
416+
<point key="canvasLocation" x="1638" y="1946"/>
417+
</scene>
390418
<!--Navigation Controller-->
391419
<scene sceneID="6vW-t6-nwZ">
392420
<objects>
@@ -405,5 +433,26 @@
405433
</objects>
406434
<point key="canvasLocation" x="-622" y="1173"/>
407435
</scene>
436+
<!--Navigation Controller-->
437+
<scene sceneID="esm-Mq-x0G">
438+
<objects>
439+
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="unf-BN-9JA" sceneMemberID="viewController">
440+
<toolbarItems/>
441+
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="RF2-7t-AyC">
442+
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
443+
<autoresizingMask key="autoresizingMask"/>
444+
</navigationBar>
445+
<nil name="viewControllers"/>
446+
<connections>
447+
<segue destination="VRE-eu-0Qp" kind="relationship" relationship="rootViewController" id="aOQ-Bb-RH2"/>
448+
</connections>
449+
</navigationController>
450+
<placeholder placeholderIdentifier="IBFirstResponder" id="n5y-Lw-2nD" userLabel="First Responder" sceneMemberID="firstResponder"/>
451+
</objects>
452+
<point key="canvasLocation" x="812" y="1945"/>
453+
</scene>
408454
</scenes>
455+
<inferredMetricsTieBreakers>
456+
<segue reference="aOQ-Bb-RH2"/>
457+
</inferredMetricsTieBreakers>
409458
</document>

0 commit comments

Comments
 (0)