LaunchScreen.storyboard 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="KjV-l9-VSt">
  3. <device id="retina5_5" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--Navigation Controller-->
  14. <scene sceneID="z4z-VS-TfZ">
  15. <objects>
  16. <navigationController id="KjV-l9-VSt" sceneMemberID="viewController">
  17. <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" translucent="NO" id="8Ho-aI-AEM">
  18. <rect key="frame" x="0.0" y="20" width="414" height="44"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. </navigationBar>
  21. <connections>
  22. <segue destination="i4N-DE-izi" kind="relationship" relationship="rootViewController" id="AKQ-ac-2vJ"/>
  23. </connections>
  24. </navigationController>
  25. <placeholder placeholderIdentifier="IBFirstResponder" id="7fu-d8-C7U" userLabel="First Responder" sceneMemberID="firstResponder"/>
  26. </objects>
  27. <point key="canvasLocation" x="-393" y="221"/>
  28. </scene>
  29. <!--View Controller-->
  30. <scene sceneID="hAf-7X-ufo">
  31. <objects>
  32. <viewController id="i4N-DE-izi" sceneMemberID="viewController">
  33. <view key="view" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Wym-Vl-6pJ">
  34. <rect key="frame" x="0.0" y="0.0" width="414" height="672"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  36. <subviews>
  37. <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="RileyLink" translatesAutoresizingMaskIntoConstraints="NO" id="oDU-Bb-PTI">
  38. <rect key="frame" x="0.0" y="0.0" width="414" height="189"/>
  39. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
  40. <color key="backgroundColor" red="0.33725490196078434" green="0.33333333333333331" blue="0.80784313725490198" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  41. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. </imageView>
  43. </subviews>
  44. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  45. <viewLayoutGuide key="safeArea" id="Ejv-KD-FMU"/>
  46. </view>
  47. <navigationItem key="navigationItem" id="JVq-Gd-Lk8"/>
  48. </viewController>
  49. <placeholder placeholderIdentifier="IBFirstResponder" id="HPa-aX-bfY" userLabel="First Responder" sceneMemberID="firstResponder"/>
  50. </objects>
  51. <point key="canvasLocation" x="767" y="203"/>
  52. </scene>
  53. </scenes>
  54. <resources>
  55. <image name="RileyLink" width="276" height="159"/>
  56. </resources>
  57. </document>