Skip to content

Commit ebc224f

Browse files
author
Jordy van Kuijk
committed
updated docs, minor improvements to the launch screen of BLE demo app
1 parent 0c06973 commit ebc224f

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

Example/RBLNano-Example/Base.lproj/LaunchScreen.storyboard

Lines changed: 10 additions & 2 deletions
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="9530"/>
6+
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
67
</dependencies>
78
<scenes>
89
<!--View Controller-->
@@ -17,8 +18,8 @@
1718
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
1819
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1920
<subviews>
20-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Red Bear Lab BLE Nano Demo" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="xuH-xI-xeU">
21-
<rect key="frame" x="123" y="284" width="355" height="33"/>
21+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Red Bear Lab BLE Nano Demo" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="xuH-xI-xeU">
22+
<rect key="frame" x="20" y="284" width="560" height="33"/>
2223
<fontDescription key="fontDescription" style="UICTFontTextStyleTitle1"/>
2324
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
2425
<nil key="highlightedColor"/>
@@ -34,10 +35,17 @@
3435
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
3536
<constraints>
3637
<constraint firstItem="ZHu-Sp-jvH" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="24P-Sx-GPh"/>
38+
<constraint firstItem="xuH-xI-xeU" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leadingMargin" id="BxS-1B-0JS"/>
3739
<constraint firstItem="ZHu-Sp-jvH" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" constant="-78" id="PRC-Ss-Hft"/>
40+
<constraint firstAttribute="trailingMargin" secondItem="xuH-xI-xeU" secondAttribute="trailing" id="TAy-fF-DnE"/>
3841
<constraint firstItem="xuH-xI-xeU" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="e9U-Yb-Y0h"/>
3942
<constraint firstItem="xuH-xI-xeU" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="qRP-TO-trN"/>
4043
</constraints>
44+
<variation key="default">
45+
<mask key="constraints">
46+
<exclude reference="e9U-Yb-Y0h"/>
47+
</mask>
48+
</variation>
4149
</view>
4250
</viewController>
4351
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>

0 commit comments

Comments
 (0)