databag/app/mobile/ios/Databag/LaunchScreen.storyboard

37 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-02-15 19:45:36 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2023-03-05 04:32:42 +00:00
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2023-02-15 19:45:36 +00:00
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
2023-03-05 04:32:42 +00:00
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
2023-02-15 19:45:36 +00:00
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<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">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
2023-03-05 04:32:42 +00:00
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" fixedFrame="YES" image="login.png" translatesAutoresizingMaskIntoConstraints="NO" id="rdx-bP-5xU">
<rect key="frame" x="16" y="227" width="337" height="212"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
</imageView>
2023-02-15 19:45:36 +00:00
</subviews>
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
2023-03-05 04:32:42 +00:00
<color key="backgroundColor" red="0.60049933200000005" green="0.73875194789999998" blue="0.65881437060000003" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
2023-02-15 19:45:36 +00:00
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="52.173913043478265" y="375"/>
</scene>
</scenes>
2023-03-05 04:32:42 +00:00
<resources>
<image name="login.png" width="337" height="211.5"/>
</resources>
2023-02-15 19:45:36 +00:00
</document>