LaunchScreen.xib 2.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launch_sk_1.png" adjustsImageSizeForAccessibilityContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0fj-No-nOB">
  17. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  18. </imageView>
  19. </subviews>
  20. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  21. <constraints>
  22. <constraint firstAttribute="bottom" secondItem="0fj-No-nOB" secondAttribute="bottom" id="2Dn-Ze-BpW"/>
  23. <constraint firstItem="0fj-No-nOB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Cbl-5I-Mbl"/>
  24. <constraint firstItem="0fj-No-nOB" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="OHr-FZ-FYk"/>
  25. <constraint firstAttribute="trailing" secondItem="0fj-No-nOB" secondAttribute="trailing" id="WOK-s3-XfK"/>
  26. </constraints>
  27. <nil key="simulatedStatusBarMetrics"/>
  28. <point key="canvasLocation" x="876" y="408.84557721139436"/>
  29. </view>
  30. </objects>
  31. <resources>
  32. <image name="launch_sk_1.png" width="390" height="844"/>
  33. </resources>
  34. </document>