Files
yinmeng-ios/xplan-ios/Launch Screen.storyboard

42 lines
2.9 KiB
Plaintext
Raw Permalink Normal View History

2021-10-22 18:36:21 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2022-10-31 17:31:59 +08:00
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2022-10-31 17:36:55 +08:00
<device id="retina6_0" orientation="portrait" appearance="light"/>
2021-09-06 18:47:38 +08:00
<dependencies>
2021-10-22 18:36:21 +08:00
<deployment identifier="iOS"/>
2022-10-31 17:31:59 +08:00
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
2022-02-25 21:18:01 +08:00
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
2021-09-06 18:47:38 +08:00
<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" sceneMemberID="viewController">
2022-10-31 17:36:55 +08:00
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
2021-09-06 18:47:38 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2021-10-22 18:36:21 +08:00
<subviews>
2022-10-31 20:10:35 +08:00
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lanunchscreen1.png" translatesAutoresizingMaskIntoConstraints="NO" id="K1G-cR-m1d">
2022-10-31 17:36:55 +08:00
<rect key="frame" x="0.0" y="47" width="390" height="763"/>
2021-10-22 18:36:21 +08:00
</imageView>
</subviews>
2022-10-31 17:36:55 +08:00
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
2021-12-17 19:31:26 +08:00
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2021-10-22 18:36:21 +08:00
<constraints>
2022-10-31 20:10:35 +08:00
<constraint firstItem="Bcu-3y-fUS" firstAttribute="trailing" secondItem="K1G-cR-m1d" secondAttribute="trailing" id="JFU-Tu-LLA"/>
<constraint firstItem="K1G-cR-m1d" firstAttribute="top" secondItem="Bcu-3y-fUS" secondAttribute="top" id="VJp-K6-4M3"/>
<constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="K1G-cR-m1d" secondAttribute="bottom" id="YMg-ij-N5s"/>
<constraint firstItem="K1G-cR-m1d" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="zGu-5T-Oqp"/>
2021-10-22 18:36:21 +08:00
</constraints>
2021-09-06 18:47:38 +08:00
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2022-10-31 20:10:35 +08:00
<point key="canvasLocation" x="53" y="375"/>
2021-09-06 18:47:38 +08:00
</scene>
</scenes>
2021-10-22 18:36:21 +08:00
<resources>
2022-10-31 20:10:35 +08:00
<image name="lanunchscreen1.png" width="2484" height="4416"/>
2021-10-22 18:36:21 +08:00
</resources>
2021-09-06 18:47:38 +08:00
</document>