You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
3.9 KiB

4 years ago
4 years ago
4 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="HSb-ou-7T5">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  7. <capability name="Named colors" minToolsVersion="9.0"/>
  8. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--LauncherScreen-->
  13. <scene sceneID="R60-Pu-Hpy">
  14. <objects>
  15. <viewController storyboardIdentifier="LauncherScreenViewController" title="LauncherScreen" id="HSb-ou-7T5" customClass="LauncherScreenViewController" customModule="JME_Remit" customModuleProvider="target" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="9Uc-9s-KgO">
  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. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="jme_launch_icon" translatesAutoresizingMaskIntoConstraints="NO" id="jpx-5z-FsD">
  21. <rect key="frame" x="157.5" y="303.5" width="60" height="60"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="60" id="0h6-5f-fhf"/>
  24. <constraint firstAttribute="height" constant="60" id="81m-kY-yQ6"/>
  25. </constraints>
  26. <userDefinedRuntimeAttributes>
  27. <userDefinedRuntimeAttribute type="string" keyPath="heroID" value="GMELogo"/>
  28. </userDefinedRuntimeAttributes>
  29. </imageView>
  30. </subviews>
  31. <color key="backgroundColor" name="ThemeRedDark"/>
  32. <constraints>
  33. <constraint firstItem="jpx-5z-FsD" firstAttribute="centerX" secondItem="epm-nl-sjJ" secondAttribute="centerX" id="GNm-9H-NG9"/>
  34. <constraint firstItem="jpx-5z-FsD" firstAttribute="centerY" secondItem="epm-nl-sjJ" secondAttribute="centerY" id="luv-ka-Sjg"/>
  35. </constraints>
  36. <viewLayoutGuide key="safeArea" id="epm-nl-sjJ"/>
  37. </view>
  38. <connections>
  39. <outlet property="logoImageView" destination="jpx-5z-FsD" id="WiT-oo-S2P"/>
  40. </connections>
  41. </viewController>
  42. <placeholder placeholderIdentifier="IBFirstResponder" id="8je-5K-XuW" userLabel="First Responder" sceneMemberID="firstResponder"/>
  43. </objects>
  44. <point key="canvasLocation" x="-91" y="233"/>
  45. </scene>
  46. </scenes>
  47. <resources>
  48. <image name="jme_launch_icon" width="512" height="512"/>
  49. <namedColor name="ThemeRedDark">
  50. <color red="0.86274509803921573" green="0.078431372549019607" blue="0.19215686274509805" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  51. </namedColor>
  52. </resources>
  53. <color key="tintColor" red="0.78177064659999995" green="0.55228364470000002" blue="0.018981300289999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  54. </document>