LaunchScreen.xib 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="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="22504"/>
  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="480" height="480"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launchscreen" translatesAutoresizingMaskIntoConstraints="NO" id="Rrv-MP-hCW">
  17. <rect key="frame" x="8" y="8" width="464" height="464"/>
  18. <color key="tintColor" red="0.22352941176470587" green="0.70980392156862748" blue="0.29019607843137252" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  19. <constraints>
  20. <constraint firstAttribute="width" constant="464" id="9WT-Cv-gy8"/>
  21. <constraint firstAttribute="height" constant="464" id="TGB-Bg-IvO"/>
  22. </constraints>
  23. </imageView>
  24. </subviews>
  25. <color key="backgroundColor" red="0.22352941179999999" green="0.70980392160000005" blue="0.2901960784" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <constraints>
  27. <constraint firstAttribute="centerX" secondItem="Rrv-MP-hCW" secondAttribute="centerX" id="0bC-RK-gM4"/>
  28. <constraint firstAttribute="centerY" secondItem="Rrv-MP-hCW" secondAttribute="centerY" id="Uob-Sg-luZ"/>
  29. </constraints>
  30. <nil key="simulatedStatusBarMetrics"/>
  31. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  32. <point key="canvasLocation" x="876.79999999999995" y="409.29535232383813"/>
  33. </view>
  34. </objects>
  35. <resources>
  36. <image name="launchscreen" width="200" height="200"/>
  37. </resources>
  38. </document>