LaunchScreen.storyboard 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="EHf-IW-A2E">
  14. <objects>
  15. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  17. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="name_icon" translatesAutoresizingMaskIntoConstraints="NO" id="bvj-bw-8Dw">
  21. <rect key="frame" x="30" y="413.66666666666669" width="333" height="50"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="50" id="xG0-e1-KdJ"/>
  24. </constraints>
  25. </imageView>
  26. </subviews>
  27. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  28. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  29. <constraints>
  30. <constraint firstItem="bvj-bw-8Dw" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="30" id="MdZ-CY-jgd"/>
  31. <constraint firstItem="bvj-bw-8Dw" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="Yeu-Fd-XGh"/>
  32. <constraint firstItem="bvj-bw-8Dw" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="fgO-Lg-Sw5"/>
  33. </constraints>
  34. </view>
  35. </viewController>
  36. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  37. </objects>
  38. <point key="canvasLocation" x="53" y="375"/>
  39. </scene>
  40. </scenes>
  41. <resources>
  42. <image name="name_icon" width="198.66667175292969" height="45"/>
  43. <systemColor name="systemBackgroundColor">
  44. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  45. </systemColor>
  46. </resources>
  47. </document>