1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 2<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="49e-Tb-3d3"> 3 <dependencies> 4 <deployment identifier="iOS"/> 5 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/> 6 </dependencies> 7 <scenes> 8 <!--Get Feature--> 9 <scene sceneID="hNz-n2-bh7"> 10 <objects> 11 <viewController id="9pv-A4-QxB" customClass="GetFeatureViewController" sceneMemberID="viewController"> 12 <layoutGuides> 13 <viewControllerLayoutGuide type="top" id="Ia1-K6-d13"/> 14 <viewControllerLayoutGuide type="bottom" id="4ug-Mw-9AY"/> 15 </layoutGuides> 16 <view key="view" contentMode="scaleToFill" id="tsR-hK-woN"> 17 <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> 18 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 19 <subviews> 20 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Execution log:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="au7-AW-5ov"> 21 <rect key="frame" x="16" y="0.0" width="257" height="61"/> 22 <fontDescription key="fontDescription" type="system" pointSize="17"/> 23 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 24 <nil key="highlightedColor"/> 25 </label> 26 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2ga-Gd-X9q"> 27 <rect key="frame" x="20" y="82" width="560" height="437"/> 28 <accessibility key="accessibilityConfiguration"> 29 <accessibilityTraits key="traits" link="YES"/> 30 </accessibility> 31 <fontDescription key="fontDescription" type="system" pointSize="17"/> 32 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 33 <nil key="highlightedColor"/> 34 </label> 35 </subviews> 36 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> 37 <constraints> 38 <constraint firstItem="au7-AW-5ov" firstAttribute="centerX" secondItem="tsR-hK-woN" secondAttribute="centerX" constant="20" id="JAX-zf-Z1I"/> 39 </constraints> 40 </view> 41 <tabBarItem key="tabBarItem" title="Get Feature" image="first" id="acW-dT-cKf"/> 42 <connections> 43 <outlet property="outputLabel" destination="2ga-Gd-X9q" id="yXF-xa-kbD"/> 44 </connections> 45 </viewController> 46 <placeholder placeholderIdentifier="IBFirstResponder" id="W5J-7L-Pyd" sceneMemberID="firstResponder"/> 47 </objects> 48 <point key="canvasLocation" x="733" y="-653"/> 49 </scene> 50 <!--List Features--> 51 <scene sceneID="wg7-f3-ORb"> 52 <objects> 53 <viewController id="8rJ-Kc-sve" customClass="ListFeaturesViewController" sceneMemberID="viewController"> 54 <layoutGuides> 55 <viewControllerLayoutGuide type="top" id="L7p-HK-0SC"/> 56 <viewControllerLayoutGuide type="bottom" id="Djb-ko-YwX"/> 57 </layoutGuides> 58 <view key="view" contentMode="scaleToFill" id="QS5-Rx-YEW"> 59 <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> 60 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 61 <subviews> 62 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8mE-gq-NQc"> 63 <rect key="frame" x="20" y="114" width="560" height="437"/> 64 <accessibility key="accessibilityConfiguration"> 65 <accessibilityTraits key="traits" link="YES"/> 66 </accessibility> 67 <fontDescription key="fontDescription" type="system" pointSize="17"/> 68 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 69 <nil key="highlightedColor"/> 70 </label> 71 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Execution log:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DbB-M0-xs2"> 72 <rect key="frame" x="50" y="12" width="257" height="61"/> 73 <fontDescription key="fontDescription" type="system" pointSize="17"/> 74 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 75 <nil key="highlightedColor"/> 76 </label> 77 </subviews> 78 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> 79 <accessibility key="accessibilityConfiguration"> 80 <accessibilityTraits key="traits" staticText="YES"/> 81 </accessibility> 82 <constraints> 83 <constraint firstItem="DbB-M0-xs2" firstAttribute="centerX" secondItem="QS5-Rx-YEW" secondAttribute="centerX" constant="20" id="UDo-WG-7i3"/> 84 <constraint firstItem="DbB-M0-xs2" firstAttribute="centerX" secondItem="QS5-Rx-YEW" secondAttribute="centerX" constant="20" id="W7v-LC-HjP"/> 85 </constraints> 86 </view> 87 <tabBarItem key="tabBarItem" title="List Features" image="second" id="cPa-gy-q4n"/> 88 <connections> 89 <outlet property="outputLabel" destination="8mE-gq-NQc" id="6rw-Kd-21X"/> 90 </connections> 91 </viewController> 92 <placeholder placeholderIdentifier="IBFirstResponder" id="4Nw-L8-lE0" sceneMemberID="firstResponder"/> 93 </objects> 94 <point key="canvasLocation" x="1466" y="-386"/> 95 </scene> 96 <!--Tab Bar Controller--> 97 <scene sceneID="yl2-sM-qoP"> 98 <objects> 99 <tabBarController id="49e-Tb-3d3" sceneMemberID="viewController"> 100 <nil key="simulatedBottomBarMetrics"/> 101 <tabBar key="tabBar" contentMode="scaleToFill" id="W28-zg-YXA"> 102 <rect key="frame" x="0.0" y="975" width="768" height="49"/> 103 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> 104 <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> 105 </tabBar> 106 <connections> 107 <segue destination="9pv-A4-QxB" kind="relationship" relationship="viewControllers" id="u7Y-xg-7CH"/> 108 <segue destination="8rJ-Kc-sve" kind="relationship" relationship="viewControllers" id="lzU-1b-eKA"/> 109 <segue destination="YIR-e4-hjB" kind="relationship" relationship="viewControllers" id="L0R-vl-fT4"/> 110 <segue destination="6mc-1d-hJy" kind="relationship" relationship="viewControllers" id="C2G-Se-4Fe"/> 111 </connections> 112 </tabBarController> 113 <placeholder placeholderIdentifier="IBFirstResponder" id="HuB-VB-40B" sceneMemberID="firstResponder"/> 114 </objects> 115 <point key="canvasLocation" x="0.0" y="0.0"/> 116 </scene> 117 <!--Record Route--> 118 <scene sceneID="kS4-Oa-mxG"> 119 <objects> 120 <viewController id="YIR-e4-hjB" userLabel="Record Route" customClass="RecordRouteViewController" sceneMemberID="viewController"> 121 <layoutGuides> 122 <viewControllerLayoutGuide type="top" id="jR8-0x-GjY"/> 123 <viewControllerLayoutGuide type="bottom" id="4Q5-sW-A9H"/> 124 </layoutGuides> 125 <view key="view" contentMode="scaleToFill" id="Wvj-mg-YnO"> 126 <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> 127 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 128 <subviews> 129 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9wL-iS-tp8"> 130 <rect key="frame" x="20" y="114" width="560" height="437"/> 131 <accessibility key="accessibilityConfiguration"> 132 <accessibilityTraits key="traits" link="YES"/> 133 </accessibility> 134 <fontDescription key="fontDescription" type="system" pointSize="17"/> 135 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 136 <nil key="highlightedColor"/> 137 </label> 138 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Execution log:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5qv-tY-qxl"> 139 <rect key="frame" x="30" y="10" width="257" height="61"/> 140 <fontDescription key="fontDescription" type="system" pointSize="17"/> 141 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 142 <nil key="highlightedColor"/> 143 </label> 144 </subviews> 145 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> 146 <constraints> 147 <constraint firstItem="9wL-iS-tp8" firstAttribute="centerX" secondItem="Wvj-mg-YnO" secondAttribute="centerX" constant="20" id="7TX-Jm-662"/> 148 <constraint firstItem="5qv-tY-qxl" firstAttribute="centerX" secondItem="Wvj-mg-YnO" secondAttribute="centerX" id="mRS-9u-c2a"/> 149 </constraints> 150 </view> 151 <tabBarItem key="tabBarItem" title="Record Route" image="first" id="PLK-Jm-UyM"/> 152 <connections> 153 <outlet property="outputLabel" destination="9wL-iS-tp8" id="xhd-zm-66g"/> 154 </connections> 155 </viewController> 156 <placeholder placeholderIdentifier="IBFirstResponder" id="9RW-dt-a4q" sceneMemberID="firstResponder"/> 157 </objects> 158 <point key="canvasLocation" x="1466" y="264"/> 159 </scene> 160 <!--Route Chat--> 161 <scene sceneID="M4k-TV-RZJ"> 162 <objects> 163 <viewController id="6mc-1d-hJy" userLabel="Route Chat" customClass="RouteChatViewController" sceneMemberID="viewController"> 164 <layoutGuides> 165 <viewControllerLayoutGuide type="top" id="Sl7-r2-TON"/> 166 <viewControllerLayoutGuide type="bottom" id="e7m-SC-g06"/> 167 </layoutGuides> 168 <view key="view" contentMode="scaleToFill" id="c9d-af-OMP"> 169 <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> 170 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 171 <subviews> 172 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Execution log:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BxD-G9-xhU"> 173 <rect key="frame" x="20" y="10" width="257" height="61"/> 174 <fontDescription key="fontDescription" type="system" pointSize="17"/> 175 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 176 <nil key="highlightedColor"/> 177 </label> 178 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="131-U2-Ogk"> 179 <rect key="frame" x="20" y="114" width="560" height="437"/> 180 <accessibility key="accessibilityConfiguration"> 181 <accessibilityTraits key="traits" link="YES"/> 182 </accessibility> 183 <fontDescription key="fontDescription" type="system" pointSize="17"/> 184 <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> 185 <nil key="highlightedColor"/> 186 </label> 187 </subviews> 188 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> 189 <constraints> 190 <constraint firstItem="BxD-G9-xhU" firstAttribute="centerX" secondItem="c9d-af-OMP" secondAttribute="centerX" id="wSw-7t-wxX"/> 191 </constraints> 192 </view> 193 <tabBarItem key="tabBarItem" title="Route Chat" image="second" id="p2G-IC-yAR"/> 194 <connections> 195 <outlet property="outputLabel" destination="131-U2-Ogk" id="fNw-M5-x1D"/> 196 </connections> 197 </viewController> 198 <placeholder placeholderIdentifier="IBFirstResponder" id="yUz-se-Cfi" sceneMemberID="firstResponder"/> 199 </objects> 200 <point key="canvasLocation" x="718" y="594"/> 201 </scene> 202 </scenes> 203 <resources> 204 <image name="first" width="30" height="30"/> 205 <image name="second" width="30" height="30"/> 206 </resources> 207</document> 208