Skip to content

Commit b35a32f

Browse files
committed
Add explore demo screen
1 parent 29d17c0 commit b35a32f

File tree

5 files changed

+619
-40
lines changed

5 files changed

+619
-40
lines changed

Demo/Demo/Base.lproj/LaunchScreen.storyboard

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
6+
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
67
</dependencies>
78
<scenes>
89
<!--View Controller-->
@@ -24,17 +25,26 @@
2425
<nil key="highlightedColor"/>
2526
</label>
2627
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SwiftMessages" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iEm-gV-LFh">
27-
<rect key="frame" x="242" y="250" width="116" height="21"/>
28-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
28+
<rect key="frame" x="238" y="250" width="123" height="21"/>
29+
<fontDescription key="fontDescription" type="system" pointSize="18"/>
2930
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
3031
<nil key="highlightedColor"/>
3132
</label>
33+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="© 2016 SWIFTKICK MOBILE LLC" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sBz-Dk-SSO">
34+
<rect key="frame" x="50" y="576" width="500" height="16"/>
35+
<fontDescription key="fontDescription" type="system" pointSize="13"/>
36+
<color key="textColor" red="0.47391887630000001" green="0.47391887630000001" blue="0.47391887630000001" alpha="1" colorSpace="calibratedRGB"/>
37+
<nil key="highlightedColor"/>
38+
</label>
3239
</subviews>
3340
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
3441
<constraints>
42+
<constraint firstItem="sBz-Dk-SSO" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leadingMargin" constant="30" id="Dkq-dl-gDt"/>
3543
<constraint firstItem="hTc-9T-AJk" firstAttribute="top" secondItem="iEm-gV-LFh" secondAttribute="bottom" constant="10" id="FUA-Cy-JNO"/>
3644
<constraint firstItem="iEm-gV-LFh" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="KU7-0z-XwE"/>
45+
<constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="sBz-Dk-SSO" secondAttribute="bottom" constant="8" symbolic="YES" id="UrJ-mr-8Jj"/>
3746
<constraint firstItem="hTc-9T-AJk" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="dHc-Lg-8u0"/>
47+
<constraint firstAttribute="trailingMargin" secondItem="sBz-Dk-SSO" secondAttribute="trailing" constant="30" id="ezd-98-VGo"/>
3848
<constraint firstItem="hTc-9T-AJk" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="suo-tr-ZDY"/>
3949
</constraints>
4050
</view>

0 commit comments

Comments
 (0)