ShareLocationViewController.xib 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ShareLocationViewController">
  13. <connections>
  14. <outlet property="mapView" destination="xqt-QL-SJa" id="Koa-J5-idi"/>
  15. <outlet property="myLocationButton" destination="o0u-Ji-zSj" id="SfC-BU-GMZ"/>
  16. <outlet property="tableView" destination="ktb-ke-uLa" id="GST-Ll-Tkr"/>
  17. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  22. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <mapView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" mapType="standard" translatesAutoresizingMaskIntoConstraints="NO" id="xqt-QL-SJa">
  26. <rect key="frame" x="0.0" y="0.0" width="414" height="678"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/>
  28. </mapView>
  29. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="ktb-ke-uLa">
  30. <rect key="frame" x="0.0" y="675" width="414" height="221"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
  32. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  33. </tableView>
  34. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="o0u-Ji-zSj">
  35. <rect key="frame" x="366" y="98" width="44" height="44"/>
  36. <color key="backgroundColor" white="0.5" alpha="0.94536939204133896" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="44" id="ZwI-WX-BJp"/>
  39. <constraint firstAttribute="width" constant="44" id="aKN-KS-125"/>
  40. </constraints>
  41. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  42. <state key="normal" image="location.fill" catalog="system"/>
  43. <connections>
  44. <action selector="myLocationButtonPressed:" destination="-1" eventType="touchUpInside" id="SXa-lf-mTF"/>
  45. </connections>
  46. </button>
  47. </subviews>
  48. <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
  49. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  50. <constraints>
  51. <constraint firstItem="o0u-Ji-zSj" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" constant="50" id="51C-fw-6QL"/>
  52. <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="o0u-Ji-zSj" secondAttribute="trailing" constant="4" id="6z2-zI-L8M"/>
  53. </constraints>
  54. <point key="canvasLocation" x="137.68115942028987" y="80.357142857142847"/>
  55. </view>
  56. </objects>
  57. <resources>
  58. <image name="location.fill" catalog="system" width="128" height="119"/>
  59. <systemColor name="systemBackgroundColor">
  60. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  61. </systemColor>
  62. </resources>
  63. </document>