Files
lockdown-iOS-mirror/LockdowniOS/SplashScreenViewController.xib
2025-02-20 12:25:11 +02:00

60 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_3" orientation="portrait" appearance="dark"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<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>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="SplashscreenViewController" customModule="Lockdown" customModuleProvider="target">
<connections>
<outlet property="view" destination="iN0-l3-epB" id="aVg-Op-3ah"/>
</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="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="HqS-r1-HHg">
<rect key="frame" x="0.0" y="0.0" width="402" height="874"/>
</imageView>
<imageView opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lockdown_icon" translatesAutoresizingMaskIntoConstraints="NO" id="kjK-jB-ade">
<rect key="frame" x="131" y="221.33333333333337" width="140" height="140"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" systemColor="labelColor"/>
<constraints>
<constraint firstAttribute="width" constant="140" id="Bg0-6g-WXF"/>
<constraint firstAttribute="width" secondItem="kjK-jB-ade" secondAttribute="height" multiplier="1:1" id="kq2-Om-npx"/>
</constraints>
</imageView>
</subviews>
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
<color key="backgroundColor" name="Panel Background"/>
<constraints>
<constraint firstItem="kjK-jB-ade" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="4FV-Fs-ziM"/>
<constraint firstItem="HqS-r1-HHg" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="7pW-kw-4HI"/>
<constraint firstItem="kjK-jB-ade" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" multiplier="3:4.5" id="V5F-3A-ynH"/>
<constraint firstAttribute="trailing" secondItem="HqS-r1-HHg" secondAttribute="trailing" id="V8n-7g-fiD"/>
<constraint firstItem="HqS-r1-HHg" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="ig8-dP-HrG"/>
<constraint firstAttribute="bottom" secondItem="HqS-r1-HHg" secondAttribute="bottom" id="qHN-NS-qGe"/>
</constraints>
<point key="canvasLocation" x="137.68115942028987" y="103.79464285714285"/>
</view>
</objects>
<resources>
<image name="lockdown_icon" width="341.33334350585938" height="341.33334350585938"/>
<image name="splashBackground" width="393" height="852"/>
<namedColor name="Panel Background">
<color red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>