mirror of
https://github.com/confirmedcode/Lockdown-iOS.git
synced 2026-03-06 18:23:36 +01:00
56 lines
4.3 KiB
XML
56 lines
4.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
<device id="retina6_3" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
<capability name="System colors in document resources" minToolsVersion="11.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="402" height="874"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splashBackground" translatesAutoresizingMaskIntoConstraints="NO" id="Zel-M9-Z65">
|
|
<rect key="frame" x="0.0" y="0.0" width="402" height="874"/>
|
|
</imageView>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lockdown_icon" translatesAutoresizingMaskIntoConstraints="NO" id="Ohz-b8-ECx">
|
|
<rect key="frame" x="131" y="221.33333333333337" width="140" height="140"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" secondItem="Ohz-b8-ECx" secondAttribute="height" id="7IP-xd-2xT"/>
|
|
<constraint firstAttribute="width" constant="140" id="v5j-dX-TDd"/>
|
|
</constraints>
|
|
</imageView>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="43y-g0-y3t"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<constraints>
|
|
<constraint firstItem="43y-g0-y3t" firstAttribute="trailing" secondItem="Zel-M9-Z65" secondAttribute="trailing" id="MEG-85-5Nt"/>
|
|
<constraint firstItem="Ohz-b8-ECx" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" multiplier="3:4.5" id="OSZ-Lw-HMW"/>
|
|
<constraint firstItem="Zel-M9-Z65" firstAttribute="leading" secondItem="43y-g0-y3t" secondAttribute="leading" id="jiN-py-6v7"/>
|
|
<constraint firstAttribute="bottom" secondItem="Zel-M9-Z65" secondAttribute="bottom" id="r99-oE-lnh"/>
|
|
<constraint firstItem="Zel-M9-Z65" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="rux-ei-Xo8"/>
|
|
<constraint firstItem="Ohz-b8-ECx" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="yyf-3z-g2E"/>
|
|
</constraints>
|
|
</view>
|
|
</viewController>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
</objects>
|
|
<point key="canvasLocation" x="52" y="374.66266866566718"/>
|
|
</scene>
|
|
</scenes>
|
|
<resources>
|
|
<image name="lockdown_icon" width="341.33334350585938" height="341.33334350585938"/>
|
|
<image name="splashBackground" width="393" height="852"/>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|