12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina5_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="UIViewController">
- <connections>
- <outlet property="view" destination="iN0-l3-epB" id="eok-ZY-i69"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bjV-9l-n4W" customClass="WizardBackgroundView" customModule="ThreemaFramework">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LockCoverThreemaWork" translatesAutoresizingMaskIntoConstraints="NO" id="suK-Vo-SwI">
- <rect key="frame" x="90" y="297" width="234" height="142"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="suK-Vo-SwI" firstAttribute="centerX" secondItem="bjV-9l-n4W" secondAttribute="centerX" id="Gis-pG-UBL"/>
- <constraint firstItem="suK-Vo-SwI" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="bjV-9l-n4W" secondAttribute="leading" constant="90" id="MAG-5Y-Qyg">
- <variation key="heightClass=regular-widthClass=regular" constant="300"/>
- </constraint>
- <constraint firstItem="suK-Vo-SwI" firstAttribute="centerY" secondItem="bjV-9l-n4W" secondAttribute="centerY" id="pI6-L0-TYJ"/>
- <constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="suK-Vo-SwI" secondAttribute="trailing" constant="90" id="pg4-Lq-9AK">
- <variation key="heightClass=regular-widthClass=regular" constant="300"/>
- </constraint>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="bjV-9l-n4W" secondAttribute="bottom" id="WWP-ZA-TMB"/>
- <constraint firstItem="bjV-9l-n4W" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="cGC-83-IEf"/>
- <constraint firstItem="bjV-9l-n4W" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="czS-Pn-sLN"/>
- <constraint firstItem="bjV-9l-n4W" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="qr7-Sd-4mh"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <point key="canvasLocation" x="137.68115942028987" y="94.419642857142847"/>
- </view>
- </objects>
- <resources>
- <image name="LockCoverThreemaWork" width="262" height="142"/>
- </resources>
- </document>
|