Skip to content

Commit

Permalink
Added test view controller in app demo storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepantaleone committed Aug 25, 2023
1 parent e9d6102 commit 6951cc3
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,41 @@
</objects>
<point key="canvasLocation" x="2732" y="-28"/>
</scene>
<!--View Controller-->
<scene sceneID="Olk-gg-Imq">
<objects>
<viewController id="0nd-fH-7rR" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="kkX-wT-OyC">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="l2f-EP-C1B">
<rect key="frame" x="0.0" y="59" width="393" height="100"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sfm-g7-l7U" customClass="DPLineChartView" customModule="DPCharts">
<rect key="frame" x="0.0" y="0.0" width="393" height="100"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="100" id="Wo4-V8-WKf"/>
</constraints>
</view>
</subviews>
</stackView>
</subviews>
<viewLayoutGuide key="safeArea" id="pV5-fs-a5T"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="l2f-EP-C1B" firstAttribute="top" secondItem="pV5-fs-a5T" secondAttribute="top" id="9ne-FS-Dod"/>
<constraint firstItem="l2f-EP-C1B" firstAttribute="trailing" secondItem="pV5-fs-a5T" secondAttribute="trailing" id="Sai-72-tvm"/>
<constraint firstItem="l2f-EP-C1B" firstAttribute="bottom" relation="lessThanOrEqual" secondItem="pV5-fs-a5T" secondAttribute="bottom" id="Uae-cv-x9U"/>
<constraint firstItem="l2f-EP-C1B" firstAttribute="leading" secondItem="pV5-fs-a5T" secondAttribute="leading" id="eDI-2n-PTY"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="fUu-qs-HPU" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="3628" y="-28"/>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
Expand Down

0 comments on commit 6951cc3

Please sign in to comment.