| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- <?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">
- <device id="retina4_7" 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>
- <!--Order Detail-->
- <scene sceneID="GQu-MF-w2X">
- <objects>
- <viewController storyboardIdentifier="RAOrderDetailViewController" title="Order Detail" useStoryboardIdentifierAsRestorationIdentifier="YES" id="wYu-98-b8c" customClass="RAOrderDetailViewController" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="ddK-ne-BxC">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Xxs-Bp-xwk">
- <rect key="frame" x="0.0" y="20" width="375" height="647"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <prototypes>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailSingleLineCell" rowHeight="70" id="PRr-DR-Xqo" customClass="RADetailSingleLineCell">
- <rect key="frame" x="0.0" y="28" width="375" height="70"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="PRr-DR-Xqo" id="HGR-qE-k8g">
- <rect key="frame" x="0.0" y="0.0" width="375" height="69.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Order ID" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IcX-EB-asg">
- <rect key="frame" x="5" y="5" width="365" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="yUK-tS-gzP"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="20180530001200" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L7s-6m-7Rs">
- <rect key="frame" x="5" y="27" width="365" height="37.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="IcX-EB-asg" firstAttribute="top" secondItem="HGR-qE-k8g" secondAttribute="top" constant="5" id="JTx-I2-fau"/>
- <constraint firstItem="L7s-6m-7Rs" firstAttribute="leading" secondItem="IcX-EB-asg" secondAttribute="leading" id="RFT-Jc-9je"/>
- <constraint firstItem="IcX-EB-asg" firstAttribute="leading" secondItem="HGR-qE-k8g" secondAttribute="leading" constant="5" id="ceh-Sw-2hB"/>
- <constraint firstItem="L7s-6m-7Rs" firstAttribute="top" secondItem="IcX-EB-asg" secondAttribute="bottom" constant="1" id="n6f-Ba-NC2"/>
- <constraint firstItem="L7s-6m-7Rs" firstAttribute="trailing" secondItem="IcX-EB-asg" secondAttribute="trailing" id="o0G-gr-RAA"/>
- <constraint firstAttribute="trailing" secondItem="IcX-EB-asg" secondAttribute="trailing" constant="5" id="uYy-kz-oiJ"/>
- <constraint firstAttribute="bottom" secondItem="L7s-6m-7Rs" secondAttribute="bottom" constant="5" id="zwI-Qi-tnt"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="titleLable" destination="IcX-EB-asg" id="p20-UP-YZv"/>
- <outlet property="valueLabel" destination="L7s-6m-7Rs" id="c0Y-7M-8Vt"/>
- </connections>
- </tableViewCell>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailMultLineCell" rowHeight="90" id="hLY-jO-rx0" customClass="RADetailMultLineCell">
- <rect key="frame" x="0.0" y="98" width="375" height="90"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="hLY-jO-rx0" id="xPv-W6-2E0">
- <rect key="frame" x="0.0" y="0.0" width="375" height="89.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nxW-Ig-F5h">
- <rect key="frame" x="5" y="5" width="365" height="79.5"/>
- <string key="text">DEMURRAGE LFD
- TERMINAL PICKUP APPT
- DELIVERY APPT(setup wiwhse)
- PICKUP ON</string>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="nxW-Ig-F5h" secondAttribute="bottom" constant="5" id="GyO-p5-EVV"/>
- <constraint firstAttribute="trailing" secondItem="nxW-Ig-F5h" secondAttribute="trailing" constant="5" id="LvG-rE-wMJ"/>
- <constraint firstItem="nxW-Ig-F5h" firstAttribute="top" secondItem="xPv-W6-2E0" secondAttribute="top" constant="5" id="jxJ-Pf-0Pr"/>
- <constraint firstItem="nxW-Ig-F5h" firstAttribute="leading" secondItem="xPv-W6-2E0" secondAttribute="leading" constant="5" id="u8Z-wy-aFV"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="valueLabel" destination="nxW-Ig-F5h" id="yM0-iy-Epm"/>
- </connections>
- </tableViewCell>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailLocationCell" rowHeight="100" id="2RY-c8-4kR" customClass="RADetailLocationCell">
- <rect key="frame" x="0.0" y="188" width="375" height="100"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="2RY-c8-4kR" id="8uQ-ij-SSa">
- <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ECt-q4-gbV">
- <rect key="frame" x="5" y="31" width="260" height="63.5"/>
- <string key="text">TRANS PACIFIC CONTAINER SERVICE
- BERTH 30 2800 7TH ST
- OAKLAND,CA</string>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="E85-g7-fwi">
- <rect key="frame" x="297" y="48" width="73" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="Bt5-LJ-HeT"/>
- <constraint firstAttribute="width" constant="73" id="vza-Ko-Kz7"/>
- </constraints>
- <state key="normal" title="Navigation"/>
- <connections>
- <action selector="navigationBtnClick:" destination="2RY-c8-4kR" eventType="touchUpInside" id="Uh4-L7-HQA"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Pick Up" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="off-5x-hpV">
- <rect key="frame" x="5" y="5" width="365" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="Pn5-ru-O79"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="ECt-q4-gbV" firstAttribute="leading" secondItem="8uQ-ij-SSa" secondAttribute="leading" constant="5" id="17n-XI-PAS"/>
- <constraint firstItem="off-5x-hpV" firstAttribute="leading" secondItem="8uQ-ij-SSa" secondAttribute="leading" constant="5" id="BQI-Ha-9lP"/>
- <constraint firstAttribute="bottom" secondItem="ECt-q4-gbV" secondAttribute="bottom" constant="5" id="C2P-AA-Ri7"/>
- <constraint firstItem="off-5x-hpV" firstAttribute="top" secondItem="8uQ-ij-SSa" secondAttribute="top" constant="5" id="K6e-CH-Pjd"/>
- <constraint firstItem="ECt-q4-gbV" firstAttribute="top" secondItem="off-5x-hpV" secondAttribute="bottom" constant="5" id="cna-9u-WJh"/>
- <constraint firstAttribute="trailing" secondItem="E85-g7-fwi" secondAttribute="trailing" constant="5" id="lQq-bo-Keq"/>
- <constraint firstItem="E85-g7-fwi" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="ECt-q4-gbV" secondAttribute="trailing" constant="5" id="w7k-4C-7bW"/>
- <constraint firstItem="E85-g7-fwi" firstAttribute="centerY" secondItem="ECt-q4-gbV" secondAttribute="centerY" id="wLX-D8-Sto"/>
- <constraint firstAttribute="trailing" secondItem="off-5x-hpV" secondAttribute="trailing" constant="5" id="zj7-JY-cEr"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="navigationBtn" destination="E85-g7-fwi" id="ADi-0u-fQp"/>
- <outlet property="titleLabel" destination="off-5x-hpV" id="ciX-Sg-fpd"/>
- <outlet property="valueLabel" destination="ECt-q4-gbV" id="1EL-lB-2tL"/>
- </connections>
- </tableViewCell>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailActionsCell" rowHeight="100" id="22c-X4-T1m" customClass="RADetailActionsCell">
- <rect key="frame" x="0.0" y="288" width="375" height="100"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="22c-X4-T1m" id="f99-Y7-BOd">
- <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="iKo-LB-QEE">
- <rect key="frame" x="0.0" y="0.0" width="375" height="99.5"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="p8G-wr-zEn">
- <size key="itemSize" width="224" height="50"/>
- <size key="headerReferenceSize" width="0.0" height="0.0"/>
- <size key="footerReferenceSize" width="0.0" height="0.0"/>
- <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
- </collectionViewFlowLayout>
- <cells>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="RADetailActionSubCell" id="NRo-Hn-zDX" customClass="RADetailActionSubCell">
- <rect key="frame" x="75.5" y="0.0" width="224" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO">
- <rect key="frame" x="0.0" y="0.0" width="224" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5xB-Fx-vYR">
- <rect key="frame" x="0.0" y="10" width="224" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="JNu-Xv-sVe"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <state key="normal" title="Accept">
- <color key="titleColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <state key="highlighted">
- <color key="titleColor" white="0.33333333329999998" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- <connections>
- <action selector="actionBtnClick:" destination="NRo-Hn-zDX" eventType="touchUpInside" id="Pyd-jv-LAa"/>
- </connections>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="5xB-Fx-vYR" firstAttribute="width" secondItem="NRo-Hn-zDX" secondAttribute="width" id="1yI-GZ-JrT"/>
- <constraint firstItem="5xB-Fx-vYR" firstAttribute="centerX" secondItem="NRo-Hn-zDX" secondAttribute="centerX" id="2vz-5F-VXV"/>
- <constraint firstItem="5xB-Fx-vYR" firstAttribute="centerY" secondItem="NRo-Hn-zDX" secondAttribute="centerY" id="mtG-08-44e"/>
- </constraints>
- <connections>
- <outlet property="actionTitleBtn" destination="5xB-Fx-vYR" id="Uzb-Tr-JNT"/>
- </connections>
- </collectionViewCell>
- </cells>
- <connections>
- <outlet property="dataSource" destination="22c-X4-T1m" id="sya-lI-Xqo"/>
- <outlet property="delegate" destination="22c-X4-T1m" id="B2S-RW-PP3"/>
- </connections>
- </collectionView>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="iKo-LB-QEE" secondAttribute="bottom" id="fht-3O-LDV"/>
- <constraint firstAttribute="trailing" secondItem="iKo-LB-QEE" secondAttribute="trailing" id="kHn-fC-cSH"/>
- <constraint firstItem="iKo-LB-QEE" firstAttribute="top" secondItem="f99-Y7-BOd" secondAttribute="top" id="uHJ-mz-uft"/>
- <constraint firstItem="iKo-LB-QEE" firstAttribute="leading" secondItem="f99-Y7-BOd" secondAttribute="leading" id="yXR-wF-Lfi"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="actionCollectionView" destination="iKo-LB-QEE" id="XWC-qN-Lrx"/>
- </connections>
- </tableViewCell>
- </prototypes>
- <connections>
- <outlet property="dataSource" destination="wYu-98-b8c" id="ddq-cb-RtK"/>
- <outlet property="delegate" destination="wYu-98-b8c" id="enZ-Z1-wuK"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="Xxs-Bp-xwk" firstAttribute="trailing" secondItem="hEy-k0-tf5" secondAttribute="trailing" id="12Y-9k-qJd"/>
- <constraint firstItem="Xxs-Bp-xwk" firstAttribute="leading" secondItem="hEy-k0-tf5" secondAttribute="leading" id="2HP-SI-29U"/>
- <constraint firstItem="Xxs-Bp-xwk" firstAttribute="bottom" secondItem="hEy-k0-tf5" secondAttribute="bottom" id="94I-Aq-Rvf"/>
- <constraint firstItem="Xxs-Bp-xwk" firstAttribute="top" secondItem="hEy-k0-tf5" secondAttribute="top" id="o3j-YT-2Th"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="hEy-k0-tf5"/>
- </view>
- <connections>
- <outlet property="detailTableView" destination="Xxs-Bp-xwk" id="YEe-3u-DEQ"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="WUS-ba-oxC" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="-274.39999999999998" y="9.4452773613193415"/>
- </scene>
- <!--Detail Action Selection View Controller-->
- <scene sceneID="Sbt-sV-jDk">
- <objects>
- <viewController storyboardIdentifier="RADetailActionSelectionViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="6bG-Uu-EAO" customClass="RADetailActionSelectionViewController" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="xE6-be-FMb">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="dkO-Ta-IQf">
- <rect key="frame" x="0.0" y="20" width="375" height="647"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <prototypes>
- <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="RADetailActionSelectionCell" id="8M5-Ka-QBN" customClass="RADetailActionSelectionCell">
- <rect key="frame" x="0.0" y="28" width="375" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="8M5-Ka-QBN" id="CTw-dI-j8V">
- <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DSZ-Hp-4ld">
- <rect key="frame" x="5" y="0.0" width="370" height="43.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="DSZ-Hp-4ld" firstAttribute="top" secondItem="CTw-dI-j8V" secondAttribute="top" id="6lS-aT-plO"/>
- <constraint firstItem="DSZ-Hp-4ld" firstAttribute="leading" secondItem="CTw-dI-j8V" secondAttribute="leading" constant="5" id="Iyc-hO-evr"/>
- <constraint firstAttribute="trailing" secondItem="DSZ-Hp-4ld" secondAttribute="trailing" id="WRh-DT-hfR"/>
- <constraint firstAttribute="bottom" secondItem="DSZ-Hp-4ld" secondAttribute="bottom" id="tGB-1A-KfD"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="actionLabel" destination="DSZ-Hp-4ld" id="CBw-uz-qNb"/>
- </connections>
- </tableViewCell>
- </prototypes>
- <connections>
- <outlet property="dataSource" destination="6bG-Uu-EAO" id="7bI-Wq-V3w"/>
- <outlet property="delegate" destination="6bG-Uu-EAO" id="Wfj-Vc-oqn"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="dkO-Ta-IQf" firstAttribute="leading" secondItem="eZe-q4-btM" secondAttribute="leading" id="Atc-qC-Sp2"/>
- <constraint firstItem="eZe-q4-btM" firstAttribute="trailing" secondItem="dkO-Ta-IQf" secondAttribute="trailing" id="Lvy-I1-AH0"/>
- <constraint firstItem="dkO-Ta-IQf" firstAttribute="top" secondItem="eZe-q4-btM" secondAttribute="top" id="vzb-AN-fm4"/>
- <constraint firstItem="eZe-q4-btM" firstAttribute="bottom" secondItem="dkO-Ta-IQf" secondAttribute="bottom" id="xR4-cB-YUn"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="eZe-q4-btM"/>
- </view>
- <connections>
- <outlet property="actionSelectionTableView" destination="dkO-Ta-IQf" id="i6E-qT-AWQ"/>
- </connections>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="88A-VM-aby" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="548" y="9"/>
- </scene>
- </scenes>
- </document>
|