forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.storyboard
More file actions
35 lines (35 loc) · 2.51 KB
/
template.storyboard
File metadata and controls
35 lines (35 loc) · 2.51 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="${LAUNCH_SCREEN}" useTraitCollections="YES" useSafeAreas="NO" colorMatched="YES" initialViewController="01J-lp-oVM">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" ${CUSTOM_CLASS} sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="livecode_launch_image" translatesAutoresizingMaskIntoConstraints="NO" id="pPj-nc-AKt">
<rect key="frame" x="${LAUNCH_IMAGE_X_ORIGIN}" y="${LAUNCH_IMAGE_Y_ORIGIN}" width="${LAUNCH_IMAGE_WIDTH}" height="${LAUNCH_IMAGE_HEIGHT}"/>
</imageView>
</subviews>
<color key="backgroundColor" ${BACKGROUND_COLOR}/>
<constraints>
<constraint firstItem="pPj-nc-AKt" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="MhG-0G-r7K"/>
<constraint firstItem="pPj-nc-AKt" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="Oh7-59-YIx"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="92.800000000000011" y="210.832083958021"/>
</scene>
</scenes>
<resources>
<image name="livecode_launch_image" width="${LAUNCH_IMAGE_WIDTH}" height="${LAUNCH_IMAGE_HEIGHT}"/>
</resources>
</document>