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.

47 lines
3.1 KiB

6 years ago
4 years ago
6 years ago
4 years ago
6 years ago
6 years ago
6 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" 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="16086"/>
  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. <!--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. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ic_gme_logo" translatesAutoresizingMaskIntoConstraints="NO" id="N3b-w5-Ftf">
  21. <rect key="frame" x="162.5" y="308.5" width="50" height="50"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="50" id="Ed7-rd-ckP"/>
  24. <constraint firstAttribute="height" constant="50" id="TSv-HH-Me9"/>
  25. </constraints>
  26. </imageView>
  27. </subviews>
  28. <color key="backgroundColor" name="ThemeRedDark"/>
  29. <constraints>
  30. <constraint firstItem="N3b-w5-Ftf" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="0fk-eE-qb1"/>
  31. <constraint firstItem="N3b-w5-Ftf" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="OKi-EB-LSk"/>
  32. </constraints>
  33. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  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="ic_gme_logo" width="120" height="120"/>
  43. <namedColor name="ThemeRedDark">
  44. <color red="0.92941176470588238" green="0.10588235294117647" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. </namedColor>
  46. </resources>
  47. </document>