| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina5_5" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--Navigation Controller-->
- <scene sceneID="z4z-VS-TfZ">
- <objects>
- <navigationController id="KjV-l9-VSt" sceneMemberID="viewController">
- <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" translucent="NO" id="8Ho-aI-AEM">
- <rect key="frame" x="0.0" y="20" width="414" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- </navigationBar>
- <connections>
- <segue destination="i4N-DE-izi" kind="relationship" relationship="rootViewController" id="AKQ-ac-2vJ"/>
- </connections>
- </navigationController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="7fu-d8-C7U" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-393" y="221"/>
- </scene>
- <!--View Controller-->
- <scene sceneID="hAf-7X-ufo">
- <objects>
- <viewController id="i4N-DE-izi" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Wym-Vl-6pJ">
- <rect key="frame" x="0.0" y="0.0" width="414" height="672"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="RileyLink" translatesAutoresizingMaskIntoConstraints="NO" id="oDU-Bb-PTI">
- <rect key="frame" x="0.0" y="0.0" width="414" height="189"/>
- <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <color key="backgroundColor" red="0.33725490196078434" green="0.33333333333333331" blue="0.80784313725490198" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <viewLayoutGuide key="safeArea" id="Ejv-KD-FMU"/>
- </view>
- <navigationItem key="navigationItem" id="JVq-Gd-Lk8"/>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="HPa-aX-bfY" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="767" y="203"/>
- </scene>
- </scenes>
- <resources>
- <image name="RileyLink" width="276" height="159"/>
- </resources>
- </document>
|