|
|
|
@@ -3,6 +3,9 @@
|
|
|
|
|
<dependencies>
|
|
|
|
|
<deployment identifier="iOS"/>
|
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
|
|
|
|
<capability name="Alignment constraints to the first baseline" minToolsVersion="6.0"/>
|
|
|
|
|
<capability name="Alignment constraints with different attributes" minToolsVersion="5.1"/>
|
|
|
|
|
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<scenes>
|
|
|
|
|
<!--View Controller-->
|
|
|
|
@@ -1075,10 +1078,6 @@
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="S10-Dt-JJr">
|
|
|
|
|
<rect key="frame" x="0.0" y="20" width="320" height="449"/>
|
|
|
|
|
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="deviceRGB"/>
|
|
|
|
|
</webView>
|
|
|
|
|
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" text="Copy Route to here" translatesAutoresizingMaskIntoConstraints="NO" id="ixb-cc-5YB">
|
|
|
|
|
<rect key="frame" x="0.0" y="470" width="320" height="98"/>
|
|
|
|
|
<color key="backgroundColor" red="0.82352941176470584" green="0.82352941176470584" blue="0.82352941176470584" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
|
@@ -1099,24 +1098,76 @@
|
|
|
|
|
<action selector="ok:" destination="OL3-89-hAR" eventType="touchUpInside" id="Jmk-1Z-273"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</button>
|
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3Kp-dS-bR4">
|
|
|
|
|
<rect key="frame" x="3" y="24" width="22" height="22"/>
|
|
|
|
|
<color key="backgroundColor" red="0.82352941176470584" green="0.82352941176470584" blue="0.82352941176470584" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="width" constant="22" id="RjN-YG-crv"/>
|
|
|
|
|
<constraint firstAttribute="height" constant="22" id="cH3-HA-Kqf"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<state key="normal" title="<"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<action selector="goBack" destination="S10-Dt-JJr" eventType="touchUpInside" id="Vkv-bT-lWi"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</button>
|
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lvb-Db-aer">
|
|
|
|
|
<rect key="frame" x="33" y="24" width="22" height="22"/>
|
|
|
|
|
<color key="backgroundColor" red="0.82352941176470584" green="0.82352941176470584" blue="0.82352941176470584" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstAttribute="width" constant="22" id="8gs-Y0-AHF"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
<state key="normal" title=">"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<action selector="goForward" destination="S10-Dt-JJr" eventType="touchUpInside" id="bsF-Tk-ENJ"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</button>
|
|
|
|
|
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="5Zo-Y6-mA9">
|
|
|
|
|
<rect key="frame" x="60" y="20" width="257" height="30"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="delegate" destination="OL3-89-hAR" id="QXh-Ud-SU7"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</textField>
|
|
|
|
|
<webView contentMode="scaleToFill" scalesPageToFit="YES" translatesAutoresizingMaskIntoConstraints="NO" id="S10-Dt-JJr">
|
|
|
|
|
<rect key="frame" x="0.0" y="54" width="320" height="415"/>
|
|
|
|
|
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="deviceRGB"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="delegate" destination="OL3-89-hAR" id="BR0-jC-Rzz"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</webView>
|
|
|
|
|
</subviews>
|
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
|
<constraints>
|
|
|
|
|
<constraint firstItem="ixb-cc-5YB" firstAttribute="leading" secondItem="nAS-0c-kXL" secondAttribute="leading" id="50B-pd-fEq"/>
|
|
|
|
|
<constraint firstItem="3Kp-dS-bR4" firstAttribute="baseline" secondItem="Lvb-Db-aer" secondAttribute="firstBaseline" id="5Rv-lv-juB"/>
|
|
|
|
|
<constraint firstItem="5Zo-Y6-mA9" firstAttribute="top" secondItem="7NQ-Aq-zoJ" secondAttribute="bottom" id="6G4-Hr-0wx"/>
|
|
|
|
|
<constraint firstAttribute="trailingMargin" secondItem="5Zo-Y6-mA9" secondAttribute="trailing" constant="-13" id="6Ir-an-DEB"/>
|
|
|
|
|
<constraint firstItem="Lvb-Db-aer" firstAttribute="leading" secondItem="3Kp-dS-bR4" secondAttribute="trailing" constant="8" symbolic="YES" id="6Y0-jW-Tjb"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="ixb-cc-5YB" secondAttribute="trailing" id="7pv-Eg-dJx"/>
|
|
|
|
|
<constraint firstItem="Ftu-sy-5oA" firstAttribute="top" secondItem="ixb-cc-5YB" secondAttribute="bottom" id="7qg-Xp-HYt"/>
|
|
|
|
|
<constraint firstItem="S10-Dt-JJr" firstAttribute="top" secondItem="7NQ-Aq-zoJ" secondAttribute="bottom" id="9wF-BU-irC"/>
|
|
|
|
|
<constraint firstItem="ixb-cc-5YB" firstAttribute="top" secondItem="S10-Dt-JJr" secondAttribute="bottom" constant="1" id="NuN-Qi-AjC"/>
|
|
|
|
|
<constraint firstItem="S10-Dt-JJr" firstAttribute="leading" secondItem="nAS-0c-kXL" secondAttribute="leading" id="Tze-Ns-MRN"/>
|
|
|
|
|
<constraint firstItem="S10-Dt-JJr" firstAttribute="top" secondItem="3Kp-dS-bR4" secondAttribute="bottom" constant="8" symbolic="YES" id="A8u-hP-2x1"/>
|
|
|
|
|
<constraint firstItem="5Zo-Y6-mA9" firstAttribute="leading" secondItem="Lvb-Db-aer" secondAttribute="trailing" constant="5" id="FRD-Dz-fpG"/>
|
|
|
|
|
<constraint firstItem="Lvb-Db-aer" firstAttribute="baseline" secondItem="3Kp-dS-bR4" secondAttribute="firstBaseline" id="K2N-Z5-1ZA"/>
|
|
|
|
|
<constraint firstItem="S10-Dt-JJr" firstAttribute="trailing" secondItem="ixb-cc-5YB" secondAttribute="trailing" id="OtD-Nr-4Me"/>
|
|
|
|
|
<constraint firstItem="S10-Dt-JJr" firstAttribute="leading" secondItem="ixb-cc-5YB" secondAttribute="leading" id="Q6b-yN-JJz"/>
|
|
|
|
|
<constraint firstItem="Ftu-sy-5oA" firstAttribute="top" secondItem="Zgq-zj-adN" secondAttribute="bottom" id="V8X-at-K05"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="S10-Dt-JJr" secondAttribute="trailing" id="cG9-5s-gvC"/>
|
|
|
|
|
<constraint firstItem="Lvb-Db-aer" firstAttribute="centerY" secondItem="5Zo-Y6-mA9" secondAttribute="centerY" id="hEo-Zf-3vp"/>
|
|
|
|
|
<constraint firstItem="ixb-cc-5YB" firstAttribute="top" secondItem="S10-Dt-JJr" secondAttribute="bottom" constant="1" id="ifv-k8-C0k"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="Zgq-zj-adN" secondAttribute="trailing" id="kgS-5h-tb1"/>
|
|
|
|
|
<constraint firstItem="3Kp-dS-bR4" firstAttribute="top" secondItem="Lvb-Db-aer" secondAttribute="top" id="sOh-Ha-BTG"/>
|
|
|
|
|
<constraint firstItem="3Kp-dS-bR4" firstAttribute="leading" secondItem="nAS-0c-kXL" secondAttribute="leadingMargin" constant="-13" id="wp0-5c-qRq"/>
|
|
|
|
|
</constraints>
|
|
|
|
|
</view>
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="textView" destination="ixb-cc-5YB" id="wYO-sm-Buz"/>
|
|
|
|
|
<outlet property="url" destination="5Zo-Y6-mA9" id="k5W-AZ-Vhs"/>
|
|
|
|
|
<outlet property="webView" destination="S10-Dt-JJr" id="cvN-Gv-jG6"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</viewController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="E5B-vG-8p2" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
|
|
|
|
<point key="canvasLocation" x="856" y="960"/>
|
|
|
|
|
<point key="canvasLocation" x="856" y="1090"/>
|
|
|
|
|
</scene>
|
|
|
|
|
</scenes>
|
|
|
|
|
<resources>
|
|
|
|
|