forked from jrickard/BLEBasics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLaunchScreen.xib
executable file
·45 lines (45 loc) · 3.58 KB
/
LaunchScreen.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="bluetooth.png" translatesAutoresizingMaskIntoConstraints="NO" id="Lnq-Be-a2y">
<rect key="frame" x="34" y="23" width="240" height="247"/>
<constraints>
<constraint firstAttribute="width" secondItem="Lnq-Be-a2y" secondAttribute="height" multiplier="240:247" id="v6o-Nm-n0r"/>
</constraints>
</imageView>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="BLEBasics" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="34" y="287" width="240" height="43"/>
<fontDescription key="fontDescription" type="system" weight="black" pointSize="40"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<color key="shadowColor" red="0.008476272827811198" green="0.0016232485506682401" blue="0.03637820512820511" alpha="1" colorSpace="calibratedRGB"/>
<size key="shadowOffset" width="2" height="1"/>
</label>
</subviews>
<color key="backgroundColor" red="0.99002333639999995" green="1" blue="0.74614341110000004" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="AJN-DX-VgN"/>
<constraint firstItem="kId-c2-rCX" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="dBc-77-maS"/>
<constraint firstItem="Lnq-Be-a2y" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="qgM-9U-BcH"/>
<constraint firstItem="Lnq-Be-a2y" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="wCx-bK-1kB"/>
</constraints>
<nil key="simulatedStatusBarMetrics"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<point key="canvasLocation" x="548" y="455"/>
</view>
</objects>
<resources>
<image name="bluetooth.png" width="256" height="256"/>
</resources>
</document>