ThreemaWorkLaunchScreen.storyboard 4.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" 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="17125"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--View Controller-->
  12. <scene sceneID="EHf-IW-A2E">
  13. <objects>
  14. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="WizardBg2.png" translatesAutoresizingMaskIntoConstraints="NO" id="JDQ-vr-C5r">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. </imageView>
  22. <imageView clearsContextBeforeDrawing="NO" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SplashScreenThreemaWork2.png" translatesAutoresizingMaskIntoConstraints="NO" id="1OK-94-91W">
  23. <rect key="frame" x="112.5" y="103" width="150" height="461"/>
  24. <constraints>
  25. <constraint firstAttribute="width" relation="lessThanOrEqual" constant="150" id="Lvc-Fr-W2A">
  26. <variation key="heightClass=regular-widthClass=regular" constant="250"/>
  27. </constraint>
  28. </constraints>
  29. </imageView>
  30. </subviews>
  31. <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
  32. <color key="backgroundColor" red="0.18823529411764706" green="0.18823529411764706" blue="0.18823529411764706" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <constraints>
  34. <constraint firstAttribute="bottom" secondItem="JDQ-vr-C5r" secondAttribute="bottom" id="5Vj-6E-6aJ"/>
  35. <constraint firstItem="1OK-94-91W" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="6gq-lf-TY7"/>
  36. <constraint firstAttribute="trailing" secondItem="JDQ-vr-C5r" secondAttribute="trailing" id="CbQ-dD-ANr"/>
  37. <constraint firstItem="1OK-94-91W" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="JY4-zu-DSv"/>
  38. <constraint firstItem="Bcu-3y-fUS" firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="1OK-94-91W" secondAttribute="trailing" constant="90" id="bh4-0v-iVZ">
  39. <variation key="heightClass=regular-widthClass=regular" constant="300"/>
  40. </constraint>
  41. <constraint firstItem="1OK-94-91W" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="90" id="hIH-Xo-Icz">
  42. <variation key="heightClass=regular-widthClass=regular" constant="300"/>
  43. </constraint>
  44. <constraint firstItem="JDQ-vr-C5r" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="qka-ML-Qbg"/>
  45. <constraint firstItem="JDQ-vr-C5r" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="u4U-Gt-D3S"/>
  46. </constraints>
  47. </view>
  48. </viewController>
  49. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  50. </objects>
  51. <point key="canvasLocation" x="53" y="375"/>
  52. </scene>
  53. </scenes>
  54. <resources>
  55. <image name="SplashScreenThreemaWork2.png" width="897" height="461"/>
  56. <image name="WizardBg2.png" width="2880" height="1370"/>
  57. </resources>
  58. </document>