Main.storyboard 54.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="Rve-tt-oDV">
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
        <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
    </dependencies>
    <scenes>
        <!--Navigation Controller-->
        <scene sceneID="4wn-hG-lmY">
            <objects>
                <navigationController automaticallyAdjustsScrollViewInsets="NO" id="Rve-tt-oDV" sceneMemberID="viewController">
                    <toolbarItems/>
                    <navigationBar key="navigationBar" contentMode="scaleToFill" id="FF1-QQ-bya">
                        <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
                        <autoresizingMask key="autoresizingMask"/>
                    </navigationBar>
                    <nil name="viewControllers"/>
                    <connections>
                        <segue destination="iKH-Ul-gfD" kind="relationship" relationship="rootViewController" id="5NF-i4-CKi"/>
                    </connections>
                </navigationController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="7QM-77-bpA" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="880" y="1317"/>
        </scene>
        <!--Account View Controller-->
        <scene sceneID="8Y7-Xy-RCG">
            <objects>
Dima Bart committed
30
                <viewController automaticallyAdjustsScrollViewInsets="NO" id="iKH-Ul-gfD" customClass="AccountViewController" customModule="Sample_App_Customers" customModuleProvider="target" sceneMemberID="viewController">
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="KVq-0R-CoC"/>
                        <viewControllerLayoutGuide type="bottom" id="KYl-xu-h2G"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="nWF-kz-aAG">
                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KZD-y5-2e3">
                                <rect key="frame" x="0.0" y="64" width="600" height="536"/>
                                <connections>
                                    <segue destination="SeG-69-sEH" kind="embed" identifier="loginSegue" id="QHg-yG-JJv"/>
                                </connections>
                            </containerView>
                            <containerView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZAC-pf-9Yj">
                                <rect key="frame" x="0.0" y="64" width="600" height="536"/>
                                <connections>
                                    <segue destination="70P-fG-yZe" kind="embed" identifier="signupSegue" id="2p4-k3-WCf"/>
                                </connections>
                            </containerView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                        <constraints>
                            <constraint firstItem="KYl-xu-h2G" firstAttribute="top" secondItem="KZD-y5-2e3" secondAttribute="bottom" id="0D8-3D-X2I"/>
                            <constraint firstAttribute="trailing" secondItem="ZAC-pf-9Yj" secondAttribute="trailing" id="8kK-Kt-hwk"/>
                            <constraint firstItem="ZAC-pf-9Yj" firstAttribute="top" secondItem="KVq-0R-CoC" secondAttribute="bottom" id="JjY-rL-t3U"/>
                            <constraint firstItem="KZD-y5-2e3" firstAttribute="top" secondItem="KVq-0R-CoC" secondAttribute="bottom" id="KmM-EV-EcF"/>
                            <constraint firstAttribute="bottom" secondItem="ZAC-pf-9Yj" secondAttribute="bottom" id="Pw3-9z-LoQ"/>
                            <constraint firstItem="KZD-y5-2e3" firstAttribute="leading" secondItem="nWF-kz-aAG" secondAttribute="leading" id="exV-ma-bOp"/>
                            <constraint firstItem="ZAC-pf-9Yj" firstAttribute="leading" secondItem="nWF-kz-aAG" secondAttribute="leading" id="mX1-ov-efh"/>
                            <constraint firstAttribute="trailing" secondItem="KZD-y5-2e3" secondAttribute="trailing" id="mma-P6-jHa"/>
                        </constraints>
                    </view>
                    <navigationItem key="navigationItem" id="Mpd-Mx-1R8">
                        <nil key="title"/>
                        <segmentedControl key="titleView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" segmentControlStyle="bar" selectedSegmentIndex="0" id="9a5-Mq-kpe">
                            <rect key="frame" x="180" y="7" width="240" height="30"/>
                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                            <segments>
                                <segment title="Login"/>
                                <segment title="Signup"/>
                            </segments>
                            <connections>
                                <action selector="segmentAction:" destination="iKH-Ul-gfD" eventType="valueChanged" id="d3E-PY-K78"/>
                            </connections>
                        </segmentedControl>
                    </navigationItem>
78 79 80
                    <connections>
                        <outlet property="loginContainerView" destination="KZD-y5-2e3" id="g1r-NW-TfQ"/>
                        <outlet property="signupContainerView" destination="ZAC-pf-9Yj" id="GGw-ff-lV9"/>
Dima Bart committed
81
                        <segue destination="gsn-tk-U20" kind="show" identifier="ordersSegue" id="cw5-XQ-PCc"/>
82
                    </connections>
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="twZ-kb-vHr" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="1556" y="1317"/>
        </scene>
        <!--Login View Controller-->
        <scene sceneID="NeY-xW-y2e">
            <objects>
                <tableViewController id="SeG-69-sEH" customClass="LoginViewController" customModule="Sample_App_Customers" customModuleProvider="target" sceneMemberID="viewController">
                    <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="740-1I-D2c">
                        <rect key="frame" x="0.0" y="0.0" width="600" height="536"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
                        <sections>
                            <tableViewSection id="vFK-vZ-mR3">
                                <cells>
99
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="CuO-8G-HGT">
100 101 102
                                        <rect key="frame" x="0.0" y="35" width="600" height="44"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="CuO-8G-HGT" id="T8u-Fh-qlI">
Dima Bart committed
103
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
104 105
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
106 107
                                                <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Email" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="vbn-uC-XFw">
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
108
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
109
                                                    <textInputTraits key="textInputTraits" autocorrectionType="no"/>
110 111 112 113 114
                                                </textField>
                                            </subviews>
                                            <constraints>
                                                <constraint firstItem="vbn-uC-XFw" firstAttribute="centerY" secondItem="T8u-Fh-qlI" secondAttribute="centerY" id="7dG-bO-cQZ"/>
                                                <constraint firstAttribute="bottomMargin" secondItem="vbn-uC-XFw" secondAttribute="bottom" id="Kt2-LN-5gu"/>
115
                                                <constraint firstItem="vbn-uC-XFw" firstAttribute="height" secondItem="T8u-Fh-qlI" secondAttribute="height" id="Lrd-0e-WST"/>
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
                                                <constraint firstItem="vbn-uC-XFw" firstAttribute="leading" secondItem="T8u-Fh-qlI" secondAttribute="leadingMargin" constant="15" id="PdF-QE-MN2"/>
                                                <constraint firstAttribute="trailing" secondItem="vbn-uC-XFw" secondAttribute="trailing" constant="15" id="US3-nc-KSf"/>
                                                <constraint firstItem="vbn-uC-XFw" firstAttribute="top" secondItem="T8u-Fh-qlI" secondAttribute="topMargin" id="XJo-OU-9ra"/>
                                                <constraint firstItem="vbn-uC-XFw" firstAttribute="leading" secondItem="T8u-Fh-qlI" secondAttribute="leading" constant="15" id="lOk-MW-dKb"/>
                                                <constraint firstAttribute="trailingMargin" secondItem="vbn-uC-XFw" secondAttribute="trailing" constant="15" id="xZk-qB-TAl"/>
                                            </constraints>
                                            <variation key="default">
                                                <mask key="constraints">
                                                    <exclude reference="Kt2-LN-5gu"/>
                                                    <exclude reference="PdF-QE-MN2"/>
                                                    <exclude reference="XJo-OU-9ra"/>
                                                    <exclude reference="xZk-qB-TAl"/>
                                                </mask>
                                            </variation>
                                        </tableViewCellContentView>
                                    </tableViewCell>
132
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="xe1-NR-O6X">
133 134 135
                                        <rect key="frame" x="0.0" y="79" width="600" height="44"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="xe1-NR-O6X" id="tSM-6t-g5u">
Dima Bart committed
136
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
137 138
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
139 140
                                                <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="gT0-G1-ODs">
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
141
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
142
                                                    <textInputTraits key="textInputTraits" autocorrectionType="no" secureTextEntry="YES"/>
143 144 145 146 147 148 149 150
                                                </textField>
                                            </subviews>
                                            <constraints>
                                                <constraint firstAttribute="trailing" secondItem="gT0-G1-ODs" secondAttribute="trailing" constant="15" id="Mae-95-lZz"/>
                                                <constraint firstAttribute="trailingMargin" secondItem="gT0-G1-ODs" secondAttribute="trailing" constant="15" id="QDy-z0-mcC"/>
                                                <constraint firstItem="gT0-G1-ODs" firstAttribute="leading" secondItem="tSM-6t-g5u" secondAttribute="leadingMargin" constant="15" id="inJ-eq-9u3"/>
                                                <constraint firstItem="gT0-G1-ODs" firstAttribute="top" secondItem="tSM-6t-g5u" secondAttribute="topMargin" id="n1e-Lv-fQW"/>
                                                <constraint firstAttribute="bottomMargin" secondItem="gT0-G1-ODs" secondAttribute="bottom" id="nAI-12-jzv"/>
151
                                                <constraint firstItem="gT0-G1-ODs" firstAttribute="height" secondItem="tSM-6t-g5u" secondAttribute="height" id="tOR-7b-tvX"/>
152 153 154 155 156
                                                <constraint firstItem="gT0-G1-ODs" firstAttribute="leading" secondItem="tSM-6t-g5u" secondAttribute="leading" constant="15" id="tWz-Yi-ZX3"/>
                                                <constraint firstItem="gT0-G1-ODs" firstAttribute="centerY" secondItem="tSM-6t-g5u" secondAttribute="centerY" id="wv9-OB-6S3"/>
                                            </constraints>
                                            <variation key="default">
                                                <mask key="constraints">
157
                                                    <exclude reference="QDy-z0-mcC"/>
158 159
                                                    <exclude reference="inJ-eq-9u3"/>
                                                    <exclude reference="n1e-Lv-fQW"/>
160
                                                    <exclude reference="nAI-12-jzv"/>
161 162 163 164 165 166 167 168
                                                </mask>
                                            </variation>
                                        </tableViewCellContentView>
                                    </tableViewCell>
                                </cells>
                            </tableViewSection>
                            <tableViewSection id="6QK-0O-mVt">
                                <cells>
169
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="6Cp-fP-mzd" customClass="ActionCell" customModule="Sample_App_Customers" customModuleProvider="target">
170 171 172
                                        <rect key="frame" x="0.0" y="159" width="600" height="44"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6Cp-fP-mzd" id="oJm-Gs-x7G">
Dima Bart committed
173
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
174 175
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
176
                                                <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Login" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qOX-zO-yOy">
Dima Bart committed
177
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
178 179 180 181
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
                                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
182 183 184
                                                <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="0cX-7W-pAV">
                                                    <rect key="frame" x="290" y="12" width="20" height="20"/>
                                                </activityIndicatorView>
185
                                            </subviews>
186 187 188 189 190 191 192 193
                                            <constraints>
                                                <constraint firstItem="qOX-zO-yOy" firstAttribute="leading" secondItem="oJm-Gs-x7G" secondAttribute="leading" constant="15" id="B5t-Ep-ubL"/>
                                                <constraint firstItem="0cX-7W-pAV" firstAttribute="centerY" secondItem="oJm-Gs-x7G" secondAttribute="centerY" id="Esh-GD-TpO"/>
                                                <constraint firstItem="0cX-7W-pAV" firstAttribute="centerX" secondItem="oJm-Gs-x7G" secondAttribute="centerX" id="LMK-U2-2y1"/>
                                                <constraint firstItem="qOX-zO-yOy" firstAttribute="centerY" secondItem="oJm-Gs-x7G" secondAttribute="centerY" id="XCh-5r-fz1"/>
                                                <constraint firstItem="qOX-zO-yOy" firstAttribute="height" secondItem="oJm-Gs-x7G" secondAttribute="height" id="jDG-Om-lyd"/>
                                                <constraint firstAttribute="trailing" secondItem="qOX-zO-yOy" secondAttribute="trailing" constant="15" id="qCN-Mz-CFm"/>
                                            </constraints>
194
                                        </tableViewCellContentView>
195 196 197 198
                                        <connections>
                                            <outlet property="actionLabel" destination="qOX-zO-yOy" id="6rf-Zk-CwE"/>
                                            <outlet property="loader" destination="0cX-7W-pAV" id="Ale-MT-EAQ"/>
                                        </connections>
199 200 201 202 203 204 205 206 207 208
                                    </tableViewCell>
                                </cells>
                            </tableViewSection>
                        </sections>
                        <connections>
                            <outlet property="dataSource" destination="SeG-69-sEH" id="2FJ-q5-Mlb"/>
                            <outlet property="delegate" destination="SeG-69-sEH" id="oDs-Zd-LqO"/>
                        </connections>
                    </tableView>
                    <navigationItem key="navigationItem" id="565-Nk-TDV"/>
209
                    <connections>
210
                        <outlet property="actionCell" destination="6Cp-fP-mzd" id="ldY-Fz-0fS"/>
211 212 213
                        <outlet property="emailField" destination="vbn-uC-XFw" id="4Mn-Or-0wZ"/>
                        <outlet property="passwordField" destination="gT0-G1-ODs" id="LwJ-M5-cgN"/>
                    </connections>
214 215 216 217 218
                </tableViewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="bEz-wx-yz5" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="1227" y="2046"/>
        </scene>
219 220 221
        <!--Orders-->
        <scene sceneID="Kny-Kh-xPd">
            <objects>
222
                <viewController storyboardIdentifier="ordersViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="gsn-tk-U20" customClass="OrdersViewController" customModule="Sample_App_Customers" customModuleProvider="target" sceneMemberID="viewController">
223 224 225 226 227 228 229 230
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="A7z-xl-YN2"/>
                        <viewControllerLayoutGuide type="bottom" id="61m-HD-4Dc"/>
                    </layoutGuides>
                    <view key="view" contentMode="scaleToFill" id="nv0-Ew-4s3">
                        <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
231
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="70" sectionHeaderHeight="18" sectionFooterHeight="18" translatesAutoresizingMaskIntoConstraints="NO" id="0Fn-mj-l5t">
232
                                <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
                                <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
                                <prototypes>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="cell" rowHeight="70" id="6md-wi-AGU" customClass="LineItemCell" customModule="Sample_App_Customers" customModuleProvider="target">
                                        <rect key="frame" x="0.0" y="114" width="600" height="70"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6md-wi-AGU" id="vsD-MK-pMi">
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="69"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Cool Shoes" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yKe-Oz-Zb0">
                                                    <rect key="frame" x="15" y="15" width="88" height="21"/>
                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Model B Shoe with red laces" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iif-N0-Vdu">
                                                    <rect key="frame" x="15" y="36" width="183" height="17"/>
                                                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                                    <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="755" verticalCompressionResistancePriority="755" text="$843.84" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tc7-8s-fgw">
                                                    <rect key="frame" x="518" y="24" width="67" height="21"/>
                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                    <color key="textColor" red="0.39108031988143921" green="0.71921610832214355" blue="0.21925181150436401" alpha="1" colorSpace="calibratedRGB"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
                                            <constraints>
                                                <constraint firstItem="iif-N0-Vdu" firstAttribute="top" secondItem="yKe-Oz-Zb0" secondAttribute="bottom" id="2TM-j7-I0x"/>
                                                <constraint firstItem="tc7-8s-fgw" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="yKe-Oz-Zb0" secondAttribute="trailing" constant="15" id="HtJ-bo-lzd"/>
                                                <constraint firstAttribute="trailing" secondItem="tc7-8s-fgw" secondAttribute="trailing" constant="15" id="QkA-Ok-IlL"/>
                                                <constraint firstItem="tc7-8s-fgw" firstAttribute="centerY" secondItem="vsD-MK-pMi" secondAttribute="centerY" id="Rzi-Md-fU4"/>
                                                <constraint firstItem="yKe-Oz-Zb0" firstAttribute="centerY" secondItem="vsD-MK-pMi" secondAttribute="centerY" constant="-9" id="Xd9-l2-t22"/>
                                                <constraint firstItem="tc7-8s-fgw" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="iif-N0-Vdu" secondAttribute="trailing" constant="15" id="s76-v4-jWb"/>
                                                <constraint firstItem="iif-N0-Vdu" firstAttribute="leading" secondItem="yKe-Oz-Zb0" secondAttribute="leading" id="wXD-0W-DDz"/>
                                                <constraint firstItem="yKe-Oz-Zb0" firstAttribute="leading" secondItem="vsD-MK-pMi" secondAttribute="leadingMargin" constant="7" id="ysW-l5-ayq"/>
                                            </constraints>
                                        </tableViewCellContentView>
                                        <connections>
                                            <outlet property="priceLabel" destination="tc7-8s-fgw" id="Icp-Z6-TGU"/>
                                            <outlet property="subtitleLabel" destination="iif-N0-Vdu" id="5ap-bO-jbP"/>
                                            <outlet property="titleLabel" destination="yKe-Oz-Zb0" id="CXd-S3-dnM"/>
                                        </connections>
                                    </tableViewCell>
                                </prototypes>
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
                                <connections>
                                    <outlet property="dataSource" destination="gsn-tk-U20" id="I04-cV-mh5"/>
                                    <outlet property="delegate" destination="gsn-tk-U20" id="nwo-WG-rYn"/>
                                </connections>
                            </tableView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                        <constraints>
                            <constraint firstItem="0Fn-mj-l5t" firstAttribute="top" secondItem="nv0-Ew-4s3" secondAttribute="top" id="Iad-q1-O8p"/>
                            <constraint firstItem="0Fn-mj-l5t" firstAttribute="leading" secondItem="nv0-Ew-4s3" secondAttribute="leading" id="jEu-Qy-BFt"/>
                            <constraint firstAttribute="trailing" secondItem="0Fn-mj-l5t" secondAttribute="trailing" id="q11-1O-evS"/>
                            <constraint firstItem="61m-HD-4Dc" firstAttribute="top" secondItem="0Fn-mj-l5t" secondAttribute="bottom" id="qka-hB-mCa"/>
                        </constraints>
                    </view>
                    <navigationItem key="navigationItem" title="Orders" id="QJf-qx-qvw">
Dima Bart committed
293 294 295 296 297
                        <barButtonItem key="leftBarButtonItem" title="Logout" id="Iio-Wf-I5q">
                            <connections>
                                <action selector="logoutAction:" destination="gsn-tk-U20" id="7BT-DV-iXS"/>
                            </connections>
                        </barButtonItem>
298 299 300 301 302 303 304 305 306
                    </navigationItem>
                    <connections>
                        <outlet property="tableView" destination="0Fn-mj-l5t" id="ZFj-eI-hKE"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="lWE-gv-HEA" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="2262" y="1317"/>
        </scene>
307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
        <!--Signup View Controller-->
        <scene sceneID="Uio-b8-HRq">
            <objects>
                <tableViewController id="70P-fG-yZe" customClass="SignupViewController" customModule="Sample_App_Customers" customModuleProvider="target" sceneMemberID="viewController">
                    <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="iC1-L4-C5H">
                        <rect key="frame" x="0.0" y="0.0" width="600" height="536"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
                        <sections>
                            <tableViewSection id="ujn-ne-2Ym">
                                <cells>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="G5x-10-Ra9">
                                        <rect key="frame" x="0.0" y="35" width="600" height="44"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="G5x-10-Ra9" id="oaW-K3-MJI">
Dima Bart committed
322
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
323 324
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
325
                                                <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="First Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="2iS-rI-oit">
Dima Bart committed
326
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
327
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
328
                                                    <textInputTraits key="textInputTraits" autocorrectionType="no"/>
329 330 331 332 333 334
                                                </textField>
                                            </subviews>
                                            <constraints>
                                                <constraint firstAttribute="trailing" secondItem="2iS-rI-oit" secondAttribute="trailing" constant="15" id="AyO-3m-A8f"/>
                                                <constraint firstItem="2iS-rI-oit" firstAttribute="leading" secondItem="oaW-K3-MJI" secondAttribute="leading" constant="15" id="DV7-Sw-aAP"/>
                                                <constraint firstItem="2iS-rI-oit" firstAttribute="top" secondItem="oaW-K3-MJI" secondAttribute="topMargin" id="MvX-Xq-k5G"/>
335
                                                <constraint firstItem="2iS-rI-oit" firstAttribute="height" secondItem="oaW-K3-MJI" secondAttribute="height" id="O8c-yE-OKW"/>
336 337 338 339 340 341 342
                                                <constraint firstItem="2iS-rI-oit" firstAttribute="centerY" secondItem="oaW-K3-MJI" secondAttribute="centerY" id="UdD-OQ-RJe"/>
                                                <constraint firstAttribute="bottomMargin" secondItem="2iS-rI-oit" secondAttribute="bottom" id="tnj-em-LRX"/>
                                                <constraint firstItem="2iS-rI-oit" firstAttribute="leading" secondItem="oaW-K3-MJI" secondAttribute="leadingMargin" constant="15" id="w6s-34-Ifr"/>
                                                <constraint firstAttribute="trailingMargin" secondItem="2iS-rI-oit" secondAttribute="trailing" constant="15" id="xNO-ya-GKB"/>
                                            </constraints>
                                            <variation key="default">
                                                <mask key="constraints">
343
                                                    <exclude reference="MvX-Xq-k5G"/>
344 345 346 347 348 349 350
                                                    <exclude reference="tnj-em-LRX"/>
                                                    <exclude reference="w6s-34-Ifr"/>
                                                    <exclude reference="xNO-ya-GKB"/>
                                                </mask>
                                            </variation>
                                        </tableViewCellContentView>
                                    </tableViewCell>
351
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KyE-NI-hIx">
352 353
                                        <rect key="frame" x="0.0" y="79" width="600" height="44"/>
                                        <autoresizingMask key="autoresizingMask"/>
354
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KyE-NI-hIx" id="yua-gC-NXd">
Dima Bart committed
355
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
356 357 358
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
                                                <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Last Name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="sNT-35-pHr">
Dima Bart committed
359
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
                                                    <textInputTraits key="textInputTraits" autocorrectionType="no"/>
                                                </textField>
                                            </subviews>
                                            <constraints>
                                                <constraint firstItem="sNT-35-pHr" firstAttribute="top" secondItem="yua-gC-NXd" secondAttribute="topMargin" id="0eE-Gv-qxf"/>
                                                <constraint firstItem="sNT-35-pHr" firstAttribute="height" secondItem="yua-gC-NXd" secondAttribute="height" id="6Cg-V8-XuL"/>
                                                <constraint firstAttribute="bottomMargin" secondItem="sNT-35-pHr" secondAttribute="bottom" id="6N4-tQ-prP"/>
                                                <constraint firstAttribute="trailingMargin" secondItem="sNT-35-pHr" secondAttribute="trailing" constant="15" id="G2r-MP-acM"/>
                                                <constraint firstItem="sNT-35-pHr" firstAttribute="leading" secondItem="yua-gC-NXd" secondAttribute="leadingMargin" constant="15" id="cLu-TA-9B8"/>
                                                <constraint firstItem="sNT-35-pHr" firstAttribute="centerY" secondItem="yua-gC-NXd" secondAttribute="centerY" id="hcW-FM-nid"/>
                                                <constraint firstAttribute="trailing" secondItem="sNT-35-pHr" secondAttribute="trailing" constant="15" id="q4c-hN-18i"/>
                                                <constraint firstItem="sNT-35-pHr" firstAttribute="leading" secondItem="yua-gC-NXd" secondAttribute="leading" constant="15" id="vvR-BB-5AT"/>
                                            </constraints>
                                            <variation key="default">
                                                <mask key="constraints">
                                                    <exclude reference="0eE-Gv-qxf"/>
                                                    <exclude reference="6N4-tQ-prP"/>
                                                    <exclude reference="G2r-MP-acM"/>
Dima Bart committed
379
                                                    <exclude reference="cLu-TA-9B8"/>
380 381 382 383 384 385 386 387 388 389 390 391
                                                </mask>
                                            </variation>
                                        </tableViewCellContentView>
                                    </tableViewCell>
                                </cells>
                            </tableViewSection>
                            <tableViewSection id="pAt-3V-inZ">
                                <cells>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="rJA-Oe-IPX">
                                        <rect key="frame" x="0.0" y="159" width="600" height="44"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="rJA-Oe-IPX" id="Vze-vB-Kb5">
Dima Bart committed
392
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
393 394
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
395
                                                <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Email" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="U7o-nc-tZu">
Dima Bart committed
396
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
397
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
398
                                                    <textInputTraits key="textInputTraits" autocorrectionType="no"/>
399 400 401
                                                </textField>
                                            </subviews>
                                            <constraints>
402 403 404 405 406 407 408 409
                                                <constraint firstItem="U7o-nc-tZu" firstAttribute="top" secondItem="Vze-vB-Kb5" secondAttribute="topMargin" id="7Hg-Uj-ZF9"/>
                                                <constraint firstAttribute="trailing" secondItem="U7o-nc-tZu" secondAttribute="trailing" constant="15" id="EXm-lw-gsW"/>
                                                <constraint firstItem="U7o-nc-tZu" firstAttribute="height" secondItem="Vze-vB-Kb5" secondAttribute="height" id="IBW-25-poh"/>
                                                <constraint firstAttribute="trailingMargin" secondItem="U7o-nc-tZu" secondAttribute="trailing" constant="15" id="K0p-uO-zoC"/>
                                                <constraint firstItem="U7o-nc-tZu" firstAttribute="leading" secondItem="Vze-vB-Kb5" secondAttribute="leading" constant="15" id="LaY-8O-9YT"/>
                                                <constraint firstItem="U7o-nc-tZu" firstAttribute="leading" secondItem="Vze-vB-Kb5" secondAttribute="leadingMargin" constant="15" id="XXR-Fp-EJ7"/>
                                                <constraint firstItem="U7o-nc-tZu" firstAttribute="centerY" secondItem="Vze-vB-Kb5" secondAttribute="centerY" id="i2X-zF-gVr"/>
                                                <constraint firstAttribute="bottomMargin" secondItem="U7o-nc-tZu" secondAttribute="bottom" id="lpm-EZ-gJG"/>
410 411 412
                                            </constraints>
                                            <variation key="default">
                                                <mask key="constraints">
413 414
                                                    <exclude reference="7Hg-Uj-ZF9"/>
                                                    <exclude reference="K0p-uO-zoC"/>
Dima Bart committed
415 416
                                                    <exclude reference="XXR-Fp-EJ7"/>
                                                    <exclude reference="lpm-EZ-gJG"/>
417 418 419 420
                                                </mask>
                                            </variation>
                                        </tableViewCellContentView>
                                    </tableViewCell>
421 422
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="GGU-a2-prv">
                                        <rect key="frame" x="0.0" y="203" width="600" height="44"/>
423
                                        <autoresizingMask key="autoresizingMask"/>
424
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="GGU-a2-prv" id="aZJ-PB-P8J">
Dima Bart committed
425
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
426 427
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
428
                                                <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Awl-iN-QFi">
Dima Bart committed
429
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
430
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
431
                                                    <textInputTraits key="textInputTraits" autocorrectionType="no" secureTextEntry="YES"/>
432 433 434
                                                </textField>
                                            </subviews>
                                            <constraints>
435 436 437 438 439 440 441 442
                                                <constraint firstItem="Awl-iN-QFi" firstAttribute="height" secondItem="aZJ-PB-P8J" secondAttribute="height" id="3XE-Si-IhW"/>
                                                <constraint firstItem="Awl-iN-QFi" firstAttribute="centerY" secondItem="aZJ-PB-P8J" secondAttribute="centerY" id="55j-uF-4wa"/>
                                                <constraint firstAttribute="trailing" secondItem="Awl-iN-QFi" secondAttribute="trailing" constant="15" id="BiH-3A-kYp"/>
                                                <constraint firstItem="Awl-iN-QFi" firstAttribute="top" secondItem="aZJ-PB-P8J" secondAttribute="topMargin" id="ElK-kj-Jd3"/>
                                                <constraint firstAttribute="bottomMargin" secondItem="Awl-iN-QFi" secondAttribute="bottom" id="M3G-xO-KYo"/>
                                                <constraint firstAttribute="trailingMargin" secondItem="Awl-iN-QFi" secondAttribute="trailing" constant="15" id="pdm-dE-ueY"/>
                                                <constraint firstItem="Awl-iN-QFi" firstAttribute="leading" secondItem="aZJ-PB-P8J" secondAttribute="leadingMargin" constant="15" id="vRw-8q-z4p"/>
                                                <constraint firstItem="Awl-iN-QFi" firstAttribute="leading" secondItem="aZJ-PB-P8J" secondAttribute="leading" constant="15" id="ydE-Jh-Ej5"/>
443 444 445
                                            </constraints>
                                            <variation key="default">
                                                <mask key="constraints">
Dima Bart committed
446
                                                    <exclude reference="ElK-kj-Jd3"/>
447 448 449 450 451 452 453 454 455 456 457
                                                    <exclude reference="M3G-xO-KYo"/>
                                                    <exclude reference="pdm-dE-ueY"/>
                                                    <exclude reference="vRw-8q-z4p"/>
                                                </mask>
                                            </variation>
                                        </tableViewCellContentView>
                                    </tableViewCell>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="jqO-Mq-Cnd">
                                        <rect key="frame" x="0.0" y="247" width="600" height="44"/>
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="jqO-Mq-Cnd" id="tCu-Tf-cQW">
Dima Bart committed
458
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
459 460 461
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
                                                <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Confirm Password" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="I3H-FZ-oJG">
Dima Bart committed
462
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
                                                    <textInputTraits key="textInputTraits" autocorrectionType="no" secureTextEntry="YES"/>
                                                </textField>
                                            </subviews>
                                            <constraints>
                                                <constraint firstAttribute="trailing" secondItem="I3H-FZ-oJG" secondAttribute="trailing" constant="15" id="3Ed-Cy-yxp"/>
                                                <constraint firstItem="I3H-FZ-oJG" firstAttribute="leading" secondItem="tCu-Tf-cQW" secondAttribute="leadingMargin" constant="15" id="4Ag-xS-apM"/>
                                                <constraint firstAttribute="trailingMargin" secondItem="I3H-FZ-oJG" secondAttribute="trailing" constant="15" id="DGY-8e-jA5"/>
                                                <constraint firstItem="I3H-FZ-oJG" firstAttribute="top" secondItem="tCu-Tf-cQW" secondAttribute="topMargin" id="ZUz-gW-lal"/>
                                                <constraint firstItem="I3H-FZ-oJG" firstAttribute="height" secondItem="tCu-Tf-cQW" secondAttribute="height" id="eQ5-Ic-DdD"/>
                                                <constraint firstItem="I3H-FZ-oJG" firstAttribute="leading" secondItem="tCu-Tf-cQW" secondAttribute="leading" constant="15" id="etu-I8-4V9"/>
                                                <constraint firstAttribute="bottomMargin" secondItem="I3H-FZ-oJG" secondAttribute="bottom" id="wbp-P1-eMD"/>
                                                <constraint firstItem="I3H-FZ-oJG" firstAttribute="centerY" secondItem="tCu-Tf-cQW" secondAttribute="centerY" id="xeW-Zz-WlG"/>
                                            </constraints>
                                            <variation key="default">
                                                <mask key="constraints">
                                                    <exclude reference="4Ag-xS-apM"/>
                                                    <exclude reference="DGY-8e-jA5"/>
Dima Bart committed
481 482
                                                    <exclude reference="ZUz-gW-lal"/>
                                                    <exclude reference="wbp-P1-eMD"/>
483 484 485 486
                                                </mask>
                                            </variation>
                                        </tableViewCellContentView>
                                    </tableViewCell>
487 488 489 490
                                </cells>
                            </tableViewSection>
                            <tableViewSection id="XYD-jG-PaH">
                                <cells>
491
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="E6y-m7-ymm" customClass="ActionCell" customModule="Sample_App_Customers" customModuleProvider="target">
492
                                        <rect key="frame" x="0.0" y="327" width="600" height="44"/>
493
                                        <autoresizingMask key="autoresizingMask"/>
494
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="E6y-m7-ymm" id="aVc-vD-cOQ">
Dima Bart committed
495
                                            <rect key="frame" x="0.0" y="0.0" width="600" height="43"/>
496 497
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
498
                                                <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Sign Up" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VXd-ht-YRy">
Dima Bart committed
499
                                                    <rect key="frame" x="15" y="0.0" width="570" height="43"/>
500 501 502 503
                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
                                                    <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
504 505 506
                                                <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="NL9-Sw-Ntz">
                                                    <rect key="frame" x="290" y="12" width="20" height="20"/>
                                                </activityIndicatorView>
507
                                            </subviews>
508 509 510 511 512 513 514 515
                                            <constraints>
                                                <constraint firstAttribute="trailing" secondItem="VXd-ht-YRy" secondAttribute="trailing" constant="15" id="4VP-cb-4QJ"/>
                                                <constraint firstItem="VXd-ht-YRy" firstAttribute="height" secondItem="aVc-vD-cOQ" secondAttribute="height" id="9Hr-BL-W5k"/>
                                                <constraint firstItem="NL9-Sw-Ntz" firstAttribute="centerX" secondItem="aVc-vD-cOQ" secondAttribute="centerX" id="DpI-j8-mB7"/>
                                                <constraint firstItem="NL9-Sw-Ntz" firstAttribute="centerY" secondItem="aVc-vD-cOQ" secondAttribute="centerY" id="ewE-4f-ygW"/>
                                                <constraint firstItem="VXd-ht-YRy" firstAttribute="centerY" secondItem="aVc-vD-cOQ" secondAttribute="centerY" id="hxA-zS-hNN"/>
                                                <constraint firstItem="VXd-ht-YRy" firstAttribute="leading" secondItem="aVc-vD-cOQ" secondAttribute="leading" constant="15" id="qHs-Xa-773"/>
                                            </constraints>
516
                                        </tableViewCellContentView>
517 518 519 520
                                        <connections>
                                            <outlet property="actionLabel" destination="VXd-ht-YRy" id="Db0-NE-Y6L"/>
                                            <outlet property="loader" destination="NL9-Sw-Ntz" id="ifZ-4e-Cny"/>
                                        </connections>
521 522 523 524 525 526 527 528 529 530
                                    </tableViewCell>
                                </cells>
                            </tableViewSection>
                        </sections>
                        <connections>
                            <outlet property="dataSource" destination="70P-fG-yZe" id="sY3-Ag-ucm"/>
                            <outlet property="delegate" destination="70P-fG-yZe" id="sUL-9h-abv"/>
                        </connections>
                    </tableView>
                    <navigationItem key="navigationItem" id="Ns5-gz-SQD"/>
531
                    <connections>
532
                        <outlet property="actionCell" destination="E6y-m7-ymm" id="c5N-Cw-wgY"/>
533 534 535 536 537 538
                        <outlet property="emailField" destination="U7o-nc-tZu" id="jgD-RM-wC4"/>
                        <outlet property="firstNameField" destination="2iS-rI-oit" id="IOf-ag-tik"/>
                        <outlet property="lastNameField" destination="sNT-35-pHr" id="ipM-yN-IjS"/>
                        <outlet property="passwordConfirmField" destination="I3H-FZ-oJG" id="Tfm-hT-99C"/>
                        <outlet property="passwordField" destination="Awl-iN-QFi" id="08G-7x-3Fl"/>
                    </connections>
539 540 541 542 543 544 545
                </tableViewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="2sW-Vc-Xmn" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="1885" y="2046"/>
        </scene>
    </scenes>
</document>