123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" 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 version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
- <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LocServiceVC">
- <connections>
- <outlet property="mapView" destination="PLZ-43-J7O" id="tol-gr-GC5"/>
- <outlet property="tableView" destination="zNx-Xs-ugR" id="iuH-3g-jo5"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PLZ-43-J7O" customClass="BMKMapView">
- <rect key="frame" x="0.0" y="20" width="375" height="333.5"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </view>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="zNx-Xs-ugR">
- <rect key="frame" x="0.0" y="353.5" width="375" height="313.5"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="dataSource" destination="-1" id="4bv-xv-xdI"/>
- <outlet property="delegate" destination="-1" id="O6R-s7-IKg"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="zNx-Xs-ugR" firstAttribute="leading" secondItem="GvX-c6-wJo" secondAttribute="leading" id="1rg-mk-82H"/>
- <constraint firstItem="PLZ-43-J7O" firstAttribute="top" secondItem="GvX-c6-wJo" secondAttribute="top" id="4w0-nx-4SA"/>
- <constraint firstItem="GvX-c6-wJo" firstAttribute="trailing" secondItem="PLZ-43-J7O" secondAttribute="trailing" id="GHl-Mk-GKf"/>
- <constraint firstItem="GvX-c6-wJo" firstAttribute="trailing" secondItem="zNx-Xs-ugR" secondAttribute="trailing" id="NVu-bj-nuF"/>
- <constraint firstItem="GvX-c6-wJo" firstAttribute="bottom" secondItem="zNx-Xs-ugR" secondAttribute="bottom" id="Zed-Rn-a2g"/>
- <constraint firstItem="zNx-Xs-ugR" firstAttribute="top" secondItem="PLZ-43-J7O" secondAttribute="bottom" id="efN-Im-FUa"/>
- <constraint firstItem="PLZ-43-J7O" firstAttribute="leading" secondItem="GvX-c6-wJo" secondAttribute="leading" id="oKT-kh-aEw"/>
- <constraint firstItem="PLZ-43-J7O" firstAttribute="height" secondItem="i5M-Pr-FkT" secondAttribute="height" multiplier="0.5" id="xME-sN-FKI"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="GvX-c6-wJo"/>
- <point key="canvasLocation" x="37.5" y="68.5"/>
- </view>
- </objects>
- </document>
|