No Description

LaunchScreen.storyboard 4.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="ipad12_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/>
  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="1024" height="1366"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Icon-rounded" adjustsImageSizeForAccessibilityContentSizeCategory="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2IS-pr-Dla">
  20. <rect key="frame" x="0.0" y="131" width="1024" height="985"/>
  21. </imageView>
  22. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="Welcome to the MARLE App!" textAlignment="center" adjustsFontForContentSizeCategory="YES" minimumFontSize="21" translatesAutoresizingMaskIntoConstraints="NO" id="VUB-Hs-BaR">
  23. <rect key="frame" x="0.0" y="1158" width="1024" height="30"/>
  24. <color key="backgroundColor" red="0.35331264138221741" green="0.40740802884101868" blue="0.96476000547409058" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  25. <color key="tintColor" white="1" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="30" id="PnI-cO-YZ4"/>
  28. </constraints>
  29. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <fontDescription key="fontDescription" name="BodoniSvtyTwoITCTT-Bold" family="Bodoni 72" pointSize="23"/>
  31. <textInputTraits key="textInputTraits"/>
  32. </textField>
  33. </subviews>
  34. <color key="backgroundColor" red="0.35331264138221741" green="0.40740802884101868" blue="0.96476000547409058" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  35. <constraints>
  36. <constraint firstAttribute="trailing" secondItem="2IS-pr-Dla" secondAttribute="trailing" id="By1-Ep-yaf"/>
  37. <constraint firstItem="2IS-pr-Dla" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="131" id="Kuz-I8-XAZ"/>
  38. <constraint firstItem="2IS-pr-Dla" firstAttribute="leading" secondItem="VUB-Hs-BaR" secondAttribute="leading" id="TAc-Tb-bEA"/>
  39. <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="VUB-Hs-BaR" secondAttribute="bottom" constant="158" id="ee0-Q1-QPv"/>
  40. <constraint firstItem="2IS-pr-Dla" firstAttribute="trailing" secondItem="VUB-Hs-BaR" secondAttribute="trailing" id="wPQ-Dv-seP"/>
  41. <constraint firstItem="VUB-Hs-BaR" firstAttribute="top" secondItem="2IS-pr-Dla" secondAttribute="bottom" constant="42" id="wgW-zV-bY3"/>
  42. <constraint firstItem="2IS-pr-Dla" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="z7G-cO-sYy"/>
  43. </constraints>
  44. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  45. </view>
  46. </viewController>
  47. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  48. </objects>
  49. <point key="canvasLocation" x="50.625" y="375"/>
  50. </scene>
  51. </scenes>
  52. <resources>
  53. <image name="Icon-rounded" width="1024" height="1024"/>
  54. </resources>
  55. </document>