LaunchScreen.storyboard 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  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="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by Taro" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu">
  21. <rect key="frame" x="0.0" y="626" width="375" height="21"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launch_icon" translatesAutoresizingMaskIntoConstraints="NO" id="6Jl-ho-cbS">
  26. <rect key="frame" x="157.5" y="174" width="60" height="60"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="60" id="F7T-bg-TBE"/>
  29. <constraint firstAttribute="width" constant="60" id="MTb-mF-7cb"/>
  30. </constraints>
  31. </imageView>
  32. </subviews>
  33. <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
  34. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  35. <constraints>
  36. <constraint firstItem="6Jl-ho-cbS" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="Der-Tj-06i"/>
  37. <constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="MN2-I3-ftu" secondAttribute="bottom" constant="20" id="OZV-Vh-mqD"/>
  38. <constraint firstItem="MN2-I3-ftu" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="akx-eg-2ui"/>
  39. <constraint firstItem="MN2-I3-ftu" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="i1E-0Y-4RG"/>
  40. <constraint firstItem="6Jl-ho-cbS" firstAttribute="top" secondItem="Bcu-3y-fUS" secondAttribute="top" constant="174" id="nXC-gE-ru1"/>
  41. </constraints>
  42. </view>
  43. </viewController>
  44. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  45. </objects>
  46. <point key="canvasLocation" x="52" y="374.66266866566718"/>
  47. </scene>
  48. </scenes>
  49. <resources>
  50. <image name="launch_icon" width="60" height="60"/>
  51. <systemColor name="systemBackgroundColor">
  52. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. </systemColor>
  54. </resources>
  55. </document>