1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00
comunicmobile/ios/Runner/Base.lproj/LaunchScreen.storyboard

52 lines
4.0 KiB
Plaintext
Raw Normal View History

2021-04-27 08:51:48 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2021-04-27 09:35:43 +00:00
<device id="retina3_5" orientation="portrait" appearance="light"/>
2019-04-21 08:34:27 +00:00
<dependencies>
<deployment identifier="iOS"/>
2021-04-27 08:51:48 +00:00
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
2019-04-21 08:34:27 +00:00
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
2021-04-27 09:35:43 +00:00
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
2019-04-21 08:34:27 +00:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
2021-04-27 09:35:43 +00:00
<rect key="frame" x="160" y="240" width="0.5" height="0.5"/>
2019-04-21 08:34:27 +00:00
</imageView>
2021-04-27 09:35:43 +00:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="C" textAlignment="center" lineBreakMode="tailTruncation" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ka7-NU-DGm">
<rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
2021-04-27 08:51:48 +00:00
<fontDescription key="fontDescription" type="system" pointSize="102"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
2019-04-21 08:34:27 +00:00
</subviews>
2021-04-27 08:51:48 +00:00
<color key="backgroundColor" red="0.1031767651" green="0.13852727409999999" blue="0.49539023640000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2019-04-21 08:34:27 +00:00
<constraints>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
2021-04-27 09:35:43 +00:00
<constraint firstAttribute="trailing" secondItem="ka7-NU-DGm" secondAttribute="trailing" id="kz9-gZ-b6T"/>
<constraint firstAttribute="bottom" secondItem="ka7-NU-DGm" secondAttribute="bottom" id="lDA-IK-s2g"/>
<constraint firstItem="ka7-NU-DGm" firstAttribute="top" secondItem="Ydg-fD-yQy" secondAttribute="bottom" id="x5R-Wv-dEQ"/>
<constraint firstItem="ka7-NU-DGm" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="ycB-O3-qPo"/>
2019-04-21 08:34:27 +00:00
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2021-04-27 08:51:48 +00:00
<point key="canvasLocation" x="76.811594202898561" y="251.11607142857142"/>
2019-04-21 08:34:27 +00:00
</scene>
</scenes>
<resources>
2021-04-27 08:51:48 +00:00
<image name="LaunchImage" width="0.5" height="0.5"/>
2019-04-21 08:34:27 +00:00
</resources>
</document>