Skip to content

Instantly share code, notes, and snippets.

@mayoff
Created January 21, 2016 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayoff/d8f44f8717fd6dccf777 to your computer and use it in GitHub Desktop.
Save mayoff/d8f44f8717fd6dccf777 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="vXZ-lx-hvc">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="my_proj_ios" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8Wp-Uh-vrf">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="cSl-u4-cTB" userLabel="Content View">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<subviews>
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hLC-0S-bBQ">
<rect key="frame" x="0.0" y="162" width="320" height="201"/>
<subviews>
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="T64-RP-RhZ">
<rect key="frame" x="25" y="35" width="80" height="125"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="kCY-bT-N5w">
<rect key="frame" x="0.0" y="0.0" width="80" height="35"/>
<color key="backgroundColor" red="0.94117647059999998" green="0.34901960780000002" blue="0.16862745100000001" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="35" id="ebF-3i-qWj"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="keyPath">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Position" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="pHW-YW-UrV">
<rect key="frame" x="0.0" y="35" width="80" height="20"/>
<color key="backgroundColor" red="0.85882352939999995" green="0.2666666667" blue="0.21176470589999999" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="pSZ-Gu-KZK"/>
</constraints>
<fontDescription key="fontDescription" name="Arial-BoldMT" family="Arial" pointSize="12"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="--" borderStyle="line" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="PJf-ge-uhl">
<rect key="frame" x="0.0" y="55" width="80" height="70"/>
<constraints>
<constraint firstAttribute="height" constant="70" id="6o1-c2-tm1"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="position" translatesAutoresizingMaskIntoConstraints="NO" id="Kmr-ue-doT">
<rect key="frame" x="20" y="10" width="40" height="15"/>
</imageView>
</subviews>
<constraints>
<constraint firstItem="pHW-YW-UrV" firstAttribute="top" secondItem="kCY-bT-N5w" secondAttribute="bottom" id="5hu-Kc-XWh"/>
<constraint firstAttribute="bottom" secondItem="PJf-ge-uhl" secondAttribute="bottom" id="AbB-lS-25F"/>
<constraint firstItem="pHW-YW-UrV" firstAttribute="bottom" secondItem="PJf-ge-uhl" secondAttribute="top" id="C9g-LD-0Ch"/>
<constraint firstItem="kCY-bT-N5w" firstAttribute="centerX" secondItem="T64-RP-RhZ" secondAttribute="centerX" id="FjO-XM-rg9"/>
<constraint firstItem="kCY-bT-N5w" firstAttribute="width" secondItem="T64-RP-RhZ" secondAttribute="width" id="OjR-sG-Y1M"/>
<constraint firstItem="PJf-ge-uhl" firstAttribute="centerX" secondItem="T64-RP-RhZ" secondAttribute="centerX" id="Yy1-pr-eJb"/>
<constraint firstItem="kCY-bT-N5w" firstAttribute="top" secondItem="T64-RP-RhZ" secondAttribute="top" id="dno-9s-cEG"/>
<constraint firstItem="pHW-YW-UrV" firstAttribute="width" secondItem="T64-RP-RhZ" secondAttribute="width" id="msW-Vh-58Q"/>
<constraint firstItem="PJf-ge-uhl" firstAttribute="width" secondItem="T64-RP-RhZ" secondAttribute="width" id="oQ0-Cx-E5g"/>
<constraint firstItem="pHW-YW-UrV" firstAttribute="centerX" secondItem="T64-RP-RhZ" secondAttribute="centerX" id="zRx-ZS-rvE"/>
</constraints>
</view>
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="OXv-hi-MMe">
<rect key="frame" x="120" y="35" width="80" height="125"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hfA-cb-Six">
<rect key="frame" x="0.0" y="0.0" width="80" height="35"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="time" translatesAutoresizingMaskIntoConstraints="NO" id="Klg-MF-d2y">
<rect key="frame" x="14" y="10" width="53" height="15"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.94117647059999998" green="0.34901960780000002" blue="0.16862745100000001" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="35" id="HxX-CX-PiH"/>
<constraint firstItem="Klg-MF-d2y" firstAttribute="centerY" secondItem="hfA-cb-Six" secondAttribute="centerY" id="KBc-Lz-VHI"/>
<constraint firstItem="Klg-MF-d2y" firstAttribute="centerX" secondItem="hfA-cb-Six" secondAttribute="centerX" id="SiD-TX-qkp"/>
<constraint firstItem="Klg-MF-d2y" firstAttribute="height" secondItem="hfA-cb-Six" secondAttribute="height" constant="-20" id="vtg-Sn-wOD"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="keyPath">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Avg. Wait Time" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="omT-6Z-DY0">
<rect key="frame" x="0.0" y="35" width="80" height="20"/>
<color key="backgroundColor" red="0.85882352939999995" green="0.2666666667" blue="0.21176470589999999" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="C2V-rg-eE4"/>
</constraints>
<fontDescription key="fontDescription" name="Arial-BoldMT" family="Arial" pointSize="10"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="--" borderStyle="line" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="6Nq-vm-5Q7">
<rect key="frame" x="0.0" y="55" width="80" height="70"/>
<constraints>
<constraint firstAttribute="height" constant="70" id="81i-zZ-QLx"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
</subviews>
<constraints>
<constraint firstItem="hfA-cb-Six" firstAttribute="top" secondItem="OXv-hi-MMe" secondAttribute="top" id="B0Z-2S-QMo"/>
<constraint firstItem="omT-6Z-DY0" firstAttribute="top" secondItem="hfA-cb-Six" secondAttribute="bottom" id="EUz-gP-fsv"/>
<constraint firstItem="hfA-cb-Six" firstAttribute="width" secondItem="OXv-hi-MMe" secondAttribute="width" id="XGR-O5-tTF"/>
<constraint firstItem="omT-6Z-DY0" firstAttribute="bottom" secondItem="6Nq-vm-5Q7" secondAttribute="top" id="dZL-XJ-ZwZ"/>
<constraint firstAttribute="bottom" secondItem="6Nq-vm-5Q7" secondAttribute="bottom" id="m0o-GN-Ua9"/>
<constraint firstItem="6Nq-vm-5Q7" firstAttribute="centerX" secondItem="OXv-hi-MMe" secondAttribute="centerX" id="oxr-Pw-Txg"/>
<constraint firstItem="6Nq-vm-5Q7" firstAttribute="width" secondItem="OXv-hi-MMe" secondAttribute="width" id="p17-mM-4qI"/>
<constraint firstItem="omT-6Z-DY0" firstAttribute="width" secondItem="OXv-hi-MMe" secondAttribute="width" id="tLS-zR-4FM"/>
<constraint firstItem="omT-6Z-DY0" firstAttribute="centerX" secondItem="OXv-hi-MMe" secondAttribute="centerX" id="tTb-3k-j5q"/>
<constraint firstItem="hfA-cb-Six" firstAttribute="centerX" secondItem="OXv-hi-MMe" secondAttribute="centerX" id="yal-aa-kQ9"/>
</constraints>
</view>
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="l7o-ge-Hk6">
<rect key="frame" x="216" y="35" width="80" height="125"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="35v-pz-GBR">
<rect key="frame" x="0.0" y="0.0" width="80" height="35"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="location" translatesAutoresizingMaskIntoConstraints="NO" id="WMW-3K-lmG">
<rect key="frame" x="-110" y="10" width="300" height="15"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.94117647059999998" green="0.34901960780000002" blue="0.16862745100000001" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="35" id="7eb-H0-FUr"/>
<constraint firstItem="WMW-3K-lmG" firstAttribute="centerX" secondItem="35v-pz-GBR" secondAttribute="centerX" id="M5D-CY-lKZ"/>
<constraint firstItem="WMW-3K-lmG" firstAttribute="centerY" secondItem="35v-pz-GBR" secondAttribute="centerY" id="QEy-V7-IVO"/>
<constraint firstItem="WMW-3K-lmG" firstAttribute="height" secondItem="35v-pz-GBR" secondAttribute="height" constant="-20" id="ScT-Qg-hKv"/>
</constraints>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="keyPath">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Location" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="njO-FP-byv">
<rect key="frame" x="0.0" y="35" width="80" height="20"/>
<color key="backgroundColor" red="0.85882352939999995" green="0.2666666667" blue="0.21176470589999999" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="zpA-Ns-0tC"/>
</constraints>
<fontDescription key="fontDescription" name="Arial-BoldMT" family="Arial" pointSize="13"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.borderWidth">
<integer key="value" value="1"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="--" borderStyle="line" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Nmf-by-h37">
<rect key="frame" x="0.0" y="55" width="80" height="70"/>
<constraints>
<constraint firstAttribute="height" constant="70" id="3dM-du-tKD"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
</subviews>
<constraints>
<constraint firstItem="Nmf-by-h37" firstAttribute="width" secondItem="l7o-ge-Hk6" secondAttribute="width" id="55T-ZS-hU4"/>
<constraint firstItem="njO-FP-byv" firstAttribute="width" secondItem="l7o-ge-Hk6" secondAttribute="width" id="CVQ-Dg-liT"/>
<constraint firstItem="njO-FP-byv" firstAttribute="centerX" secondItem="l7o-ge-Hk6" secondAttribute="centerX" id="FhV-Ak-kUJ"/>
<constraint firstItem="njO-FP-byv" firstAttribute="top" secondItem="35v-pz-GBR" secondAttribute="bottom" id="OMq-A2-bxv"/>
<constraint firstItem="Nmf-by-h37" firstAttribute="centerX" secondItem="l7o-ge-Hk6" secondAttribute="centerX" id="QeN-qW-vuI"/>
<constraint firstItem="35v-pz-GBR" firstAttribute="width" secondItem="l7o-ge-Hk6" secondAttribute="width" id="Xmw-qk-YNK"/>
<constraint firstAttribute="bottom" secondItem="Nmf-by-h37" secondAttribute="bottom" id="ioN-i0-96D"/>
<constraint firstItem="35v-pz-GBR" firstAttribute="top" secondItem="l7o-ge-Hk6" secondAttribute="top" id="pdR-fP-lou"/>
<constraint firstItem="35v-pz-GBR" firstAttribute="centerX" secondItem="l7o-ge-Hk6" secondAttribute="centerX" id="vnN-En-IZH"/>
<constraint firstItem="njO-FP-byv" firstAttribute="bottom" secondItem="Nmf-by-h37" secondAttribute="top" id="zi6-t3-oTU"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstItem="OXv-hi-MMe" firstAttribute="width" secondItem="T64-RP-RhZ" secondAttribute="width" id="3zt-fg-f3i"/>
<constraint firstAttribute="width" secondItem="l7o-ge-Hk6" secondAttribute="width" multiplier="4:1" id="BwM-dh-skK"/>
<constraint firstAttribute="height" priority="100" constant="201" id="OL0-gY-9hM"/>
<constraint firstItem="l7o-ge-Hk6" firstAttribute="centerY" secondItem="hLC-0S-bBQ" secondAttribute="centerY" constant="-3" id="Soe-21-uDJ"/>
<constraint firstItem="T64-RP-RhZ" firstAttribute="centerY" secondItem="hLC-0S-bBQ" secondAttribute="centerY" constant="-3" id="SyH-Mt-dkQ"/>
<constraint firstItem="l7o-ge-Hk6" firstAttribute="height" relation="lessThanOrEqual" secondItem="hLC-0S-bBQ" secondAttribute="height" id="UMA-HC-KYu"/>
<constraint firstAttribute="trailing" secondItem="l7o-ge-Hk6" secondAttribute="centerX" multiplier="5:4" id="YS9-Sn-zYt"/>
<constraint firstItem="T64-RP-RhZ" firstAttribute="centerX" secondItem="hLC-0S-bBQ" secondAttribute="trailing" multiplier="1:5" constant="1" id="deu-5z-VK7"/>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="80" id="gV9-Hs-0vw"/>
<constraint firstItem="OXv-hi-MMe" firstAttribute="centerY" secondItem="hLC-0S-bBQ" secondAttribute="centerY" constant="-3" id="jgE-tG-osM"/>
<constraint firstItem="OXv-hi-MMe" firstAttribute="centerX" secondItem="hLC-0S-bBQ" secondAttribute="centerX" id="p1w-Hw-8t9"/>
<constraint firstItem="l7o-ge-Hk6" firstAttribute="width" secondItem="T64-RP-RhZ" secondAttribute="width" id="xR7-GV-IPX"/>
</constraints>
</view>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Enter Your Name" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="LVt-ro-IvQ">
<rect key="frame" x="32" y="408" width="256" height="30"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Special Requests" textAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="4N0-W0-GN4">
<rect key="frame" x="32" y="448" width="256" height="30"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gy9-if-QB2">
<rect key="frame" x="32" y="488" width="256" height="30"/>
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<state key="normal" title="searching beacons">
<color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
</state>
<connections>
<action selector="enroll_onClick:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="LDr-kz-xbs"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kcQ-Oh-OP4">
<rect key="frame" x="121" y="528" width="79" height="30"/>
<state key="normal" title="exit"/>
<connections>
<action selector="exit_onClick:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="Pej-7G-NAO"/>
</connections>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="ust-ak-2cg" customClass="logo">
<rect key="frame" x="50" y="25" width="220" height="85"/>
</imageView>
</subviews>
<constraints>
<constraint firstItem="gy9-if-QB2" firstAttribute="width" secondItem="4N0-W0-GN4" secondAttribute="width" id="4EB-nS-QtP"/>
<constraint firstItem="kcQ-Oh-OP4" firstAttribute="centerX" secondItem="cSl-u4-cTB" secondAttribute="centerX" id="6BH-mo-uRV"/>
<constraint firstAttribute="trailing" secondItem="LVt-ro-IvQ" secondAttribute="trailing" constant="32" id="A16-CQ-sV1"/>
<constraint firstItem="hLC-0S-bBQ" firstAttribute="top" relation="greaterThanOrEqual" secondItem="ust-ak-2cg" secondAttribute="bottom" constant="10" id="Aqp-ac-tR7"/>
<constraint firstItem="LVt-ro-IvQ" firstAttribute="top" secondItem="hLC-0S-bBQ" secondAttribute="bottom" constant="45" id="Bmb-7r-WCd"/>
<constraint firstItem="4N0-W0-GN4" firstAttribute="centerX" secondItem="cSl-u4-cTB" secondAttribute="centerX" id="J6D-wb-G34"/>
<constraint firstItem="kcQ-Oh-OP4" firstAttribute="top" secondItem="gy9-if-QB2" secondAttribute="bottom" constant="10" id="L2r-vQ-Wf9"/>
<constraint firstItem="ust-ak-2cg" firstAttribute="width" relation="lessThanOrEqual" secondItem="cSl-u4-cTB" secondAttribute="width" constant="-100" id="O8A-qu-1kN"/>
<constraint firstItem="ust-ak-2cg" firstAttribute="centerX" secondItem="cSl-u4-cTB" secondAttribute="centerX" id="ORM-ij-Unj"/>
<constraint firstAttribute="bottom" secondItem="kcQ-Oh-OP4" secondAttribute="bottom" constant="10" id="TQB-ue-8bt"/>
<constraint firstItem="LVt-ro-IvQ" firstAttribute="leading" secondItem="cSl-u4-cTB" secondAttribute="leading" constant="32" id="TlM-qc-9cc"/>
<constraint firstItem="hLC-0S-bBQ" firstAttribute="width" secondItem="cSl-u4-cTB" secondAttribute="width" id="V0x-cA-Mbl"/>
<constraint firstItem="hLC-0S-bBQ" firstAttribute="centerX" secondItem="cSl-u4-cTB" secondAttribute="centerX" id="bdi-w1-wod"/>
<constraint firstItem="ust-ak-2cg" firstAttribute="top" secondItem="cSl-u4-cTB" secondAttribute="top" constant="25" id="iqC-ih-aAp"/>
<constraint firstItem="4N0-W0-GN4" firstAttribute="top" secondItem="LVt-ro-IvQ" secondAttribute="bottom" constant="10" id="lOA-7b-bNF"/>
<constraint firstItem="4N0-W0-GN4" firstAttribute="width" secondItem="LVt-ro-IvQ" secondAttribute="width" id="nyc-Gc-b77"/>
<constraint firstItem="LVt-ro-IvQ" firstAttribute="centerX" secondItem="cSl-u4-cTB" secondAttribute="centerX" id="pjA-li-KHn"/>
<constraint firstItem="gy9-if-QB2" firstAttribute="top" secondItem="4N0-W0-GN4" secondAttribute="bottom" constant="10" id="t4S-C4-GrS"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="cSl-u4-cTB" secondAttribute="bottom" id="1Ap-ur-VFa"/>
<constraint firstItem="cSl-u4-cTB" firstAttribute="leading" secondItem="8Wp-Uh-vrf" secondAttribute="leading" id="8k5-8C-Daw"/>
<constraint firstItem="cSl-u4-cTB" firstAttribute="top" secondItem="8Wp-Uh-vrf" secondAttribute="top" id="BNE-lp-o0n"/>
<constraint firstItem="cSl-u4-cTB" firstAttribute="centerY" secondItem="8Wp-Uh-vrf" secondAttribute="centerY" id="Jeu-2a-iEl"/>
<constraint firstAttribute="trailing" secondItem="cSl-u4-cTB" secondAttribute="trailing" id="WLk-1d-e4f"/>
<constraint firstItem="cSl-u4-cTB" firstAttribute="width" secondItem="8Wp-Uh-vrf" secondAttribute="width" id="kfn-Cy-mXd"/>
<constraint firstItem="cSl-u4-cTB" firstAttribute="height" relation="greaterThanOrEqual" secondItem="8Wp-Uh-vrf" secondAttribute="height" id="lyo-iA-1xQ"/>
<constraint firstItem="cSl-u4-cTB" firstAttribute="centerX" secondItem="8Wp-Uh-vrf" secondAttribute="centerX" id="xmG-mn-ILC"/>
</constraints>
</scrollView>
</subviews>
<color key="backgroundColor" white="0.92347420302013428" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="8Wp-Uh-vrf" firstAttribute="centerY" secondItem="kh9-bI-dsS" secondAttribute="centerY" id="PW0-xt-TlO"/>
<constraint firstItem="gy9-if-QB2" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="ej8-7a-ez6"/>
<constraint firstItem="8Wp-Uh-vrf" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="iRw-aB-FKy"/>
<constraint firstItem="8Wp-Uh-vrf" firstAttribute="width" secondItem="kh9-bI-dsS" secondAttribute="width" id="qvS-vY-rsy"/>
<constraint firstItem="8Wp-Uh-vrf" firstAttribute="height" secondItem="kh9-bI-dsS" secondAttribute="height" id="zQJ-VP-HNS"/>
</constraints>
</view>
<connections>
<outlet property="avgTime_text" destination="6Nq-vm-5Q7" id="a0B-nP-ZXQ"/>
<outlet property="enroll_btn" destination="gy9-if-QB2" id="9gr-tQ-Lfb"/>
<outlet property="enterName_text" destination="LVt-ro-IvQ" id="aT9-2D-S9X"/>
<outlet property="exit_btn" destination="kcQ-Oh-OP4" id="r4b-r4-AYX"/>
<outlet property="main_icon" destination="ust-ak-2cg" id="9fI-hy-WMh"/>
<outlet property="location_text" destination="Nmf-by-h37" id="ybk-A1-jDT"/>
<outlet property="position_text" destination="PJf-ge-uhl" id="RWd-yN-zxs"/>
<outlet property="scrollView" destination="8Wp-Uh-vrf" id="rcc-6r-fLz"/>
<outlet property="specialRequest_txt" destination="4N0-W0-GN4" id="kbb-nE-KoM"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="223" y="386"/>
</scene>
</scenes>
<resources>
<image name="location" width="600" height="858"/>
<image name="logo" width="600" height="194"/>
<image name="position" width="600" height="788"/>
<image name="time" width="600" height="600"/>
</resources>
</document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment