1<?xml version="1.0" encoding="UTF-8"?> 2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Vhp-5P-x1U"> 3 <device id="retina6_1" orientation="portrait" appearance="light"/> 4 <dependencies> 5 <deployment identifier="iOS"/> 6 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> 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="aWE-Vx-xcn"> 13 <objects> 14 <viewController id="Vhp-5P-x1U" sceneMemberID="viewController"> 15 <view key="view" clipsSubviews="YES" contentMode="scaleToFill" id="Ofc-AP-OOb"> 16 <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> 17 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> 18 <subviews> 19 <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ExponentLaunchIcon" translatesAutoresizingMaskIntoConstraints="NO" id="F3r-bu-ThX"> 20 <rect key="frame" x="177.5" y="367" width="59" height="52"/> 21 </imageView> 22 <activityIndicatorView hidden="YES" opaque="NO" tag="1" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="CN1-mT-RQC"> 23 <rect key="frame" x="240.5" y="801.5" width="20" height="20"/> 24 </activityIndicatorView> 25 <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ExponentLaunchText" translatesAutoresizingMaskIntoConstraints="NO" id="fUz-bb-2hq"> 26 <rect key="frame" x="182" y="800.5" width="50.5" height="21.5"/> 27 </imageView> 28 </subviews> 29 <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> 30 <constraints> 31 <constraint firstItem="CN1-mT-RQC" firstAttribute="centerY" secondItem="fUz-bb-2hq" secondAttribute="centerY" id="2D7-tB-Eeg"/> 32 <constraint firstItem="fUz-bb-2hq" firstAttribute="bottom" secondItem="TOn-Lw-9wh" secondAttribute="bottom" constant="-40" id="Cjn-Ho-zxc"/> 33 <constraint firstItem="F3r-bu-ThX" firstAttribute="centerY" secondItem="TOn-Lw-9wh" secondAttribute="centerY" constant="-60" id="I3j-om-RPe"/> 34 <constraint firstItem="F3r-bu-ThX" firstAttribute="centerX" secondItem="TOn-Lw-9wh" secondAttribute="centerX" id="WUV-lN-K4N"/> 35 <constraint firstItem="fUz-bb-2hq" firstAttribute="centerX" secondItem="TOn-Lw-9wh" secondAttribute="centerX" id="nNr-WN-EJq"/> 36 <constraint firstItem="CN1-mT-RQC" firstAttribute="leading" secondItem="fUz-bb-2hq" secondAttribute="trailing" constant="8" symbolic="YES" id="uWh-9m-rZF"/> 37 </constraints> 38 <viewLayoutGuide key="safeArea" id="TOn-Lw-9wh"/> 39 </view> 40 </viewController> 41 <placeholder placeholderIdentifier="IBFirstResponder" id="muB-ej-STB" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/> 42 </objects> 43 <point key="canvasLocation" x="201" y="453"/> 44 </scene> 45 </scenes> 46 <resources> 47 <image name="ExponentLaunchIcon" width="59.5" height="52"/> 48 <image name="ExponentLaunchText" width="50.5" height="21.5"/> 49 </resources> 50</document> 51