LocServiceVC.xib 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment version="2304" identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
  9. <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
  10. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  11. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  12. </dependencies>
  13. <objects>
  14. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LocServiceVC">
  15. <connections>
  16. <outlet property="mapView" destination="PLZ-43-J7O" id="tol-gr-GC5"/>
  17. <outlet property="tableView" destination="zNx-Xs-ugR" id="iuH-3g-jo5"/>
  18. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  19. </connections>
  20. </placeholder>
  21. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  22. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  23. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="PLZ-43-J7O" customClass="BMKMapView">
  27. <rect key="frame" x="0.0" y="20" width="375" height="333.5"/>
  28. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. </view>
  30. <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">
  31. <rect key="frame" x="0.0" y="353.5" width="375" height="313.5"/>
  32. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  33. <connections>
  34. <outlet property="dataSource" destination="-1" id="4bv-xv-xdI"/>
  35. <outlet property="delegate" destination="-1" id="O6R-s7-IKg"/>
  36. </connections>
  37. </tableView>
  38. </subviews>
  39. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  40. <constraints>
  41. <constraint firstItem="zNx-Xs-ugR" firstAttribute="leading" secondItem="GvX-c6-wJo" secondAttribute="leading" id="1rg-mk-82H"/>
  42. <constraint firstItem="PLZ-43-J7O" firstAttribute="top" secondItem="GvX-c6-wJo" secondAttribute="top" id="4w0-nx-4SA"/>
  43. <constraint firstItem="GvX-c6-wJo" firstAttribute="trailing" secondItem="PLZ-43-J7O" secondAttribute="trailing" id="GHl-Mk-GKf"/>
  44. <constraint firstItem="GvX-c6-wJo" firstAttribute="trailing" secondItem="zNx-Xs-ugR" secondAttribute="trailing" id="NVu-bj-nuF"/>
  45. <constraint firstItem="GvX-c6-wJo" firstAttribute="bottom" secondItem="zNx-Xs-ugR" secondAttribute="bottom" id="Zed-Rn-a2g"/>
  46. <constraint firstItem="zNx-Xs-ugR" firstAttribute="top" secondItem="PLZ-43-J7O" secondAttribute="bottom" id="efN-Im-FUa"/>
  47. <constraint firstItem="PLZ-43-J7O" firstAttribute="leading" secondItem="GvX-c6-wJo" secondAttribute="leading" id="oKT-kh-aEw"/>
  48. <constraint firstItem="PLZ-43-J7O" firstAttribute="height" secondItem="i5M-Pr-FkT" secondAttribute="height" multiplier="0.5" id="xME-sN-FKI"/>
  49. </constraints>
  50. <viewLayoutGuide key="safeArea" id="GvX-c6-wJo"/>
  51. <point key="canvasLocation" x="37.5" y="68.5"/>
  52. </view>
  53. </objects>
  54. </document>