LocationView.xib 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
  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="LocationView" customModule="app">
  13. <connections>
  14. <outlet property="container" destination="iN0-l3-epB" id="HCq-e3-37n"/>
  15. <outlet property="map" destination="guk-vu-ykd" id="zo6-Wc-NCg"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view contentMode="scaleToFill" id="iN0-l3-epB">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <view contentMode="scaleAspectFill" translatesAutoresizingMaskIntoConstraints="NO" id="Z2m-Sw-4v4" userLabel="Section">
  24. <rect key="frame" x="10" y="10" width="355" height="647"/>
  25. <subviews>
  26. <textView clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" editable="NO" text="Localizacion" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="c4V-0M-oWK">
  27. <rect key="frame" x="0.0" y="0.0" width="355" height="33"/>
  28. <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  30. <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
  31. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  32. </textView>
  33. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3aZ-8G-e8X" userLabel="Entry">
  34. <rect key="frame" x="10" y="43" width="335" height="594"/>
  35. <subviews>
  36. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="La cuadrilla está por ahí!" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jwp-Sd-GF5" userLabel="Title">
  37. <rect key="frame" x="10" y="10" width="315" height="22"/>
  38. <constraints>
  39. <constraint firstAttribute="height" constant="22" id="JQk-vd-DLN"/>
  40. </constraints>
  41. <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
  42. <color key="textColor" red="0.1529411765" green="0.33333333329999998" blue="0.45098039220000002" alpha="1" colorSpace="calibratedRGB"/>
  43. <nil key="highlightedColor"/>
  44. </label>
  45. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="A X metros de ti." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lB5-i1-GOe" userLabel="Message">
  46. <rect key="frame" x="11.5" y="42" width="311" height="21"/>
  47. <constraints>
  48. <constraint firstAttribute="height" constant="21" id="ann-h3-NzS"/>
  49. </constraints>
  50. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  51. <nil key="textColor"/>
  52. <nil key="highlightedColor"/>
  53. </label>
  54. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="guk-vu-ykd" customClass="GMSMapView">
  55. <rect key="frame" x="10" y="73" width="315" height="492"/>
  56. <color key="backgroundColor" red="1" green="0.20334201390000001" blue="0.32001410590000001" alpha="1" colorSpace="calibratedRGB"/>
  57. <userDefinedRuntimeAttributes>
  58. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  59. <color key="value" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
  60. </userDefinedRuntimeAttribute>
  61. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  62. <real key="value" value="1"/>
  63. </userDefinedRuntimeAttribute>
  64. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  65. <real key="value" value="3"/>
  66. </userDefinedRuntimeAttribute>
  67. </userDefinedRuntimeAttributes>
  68. </view>
  69. </subviews>
  70. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  71. <constraints>
  72. <constraint firstItem="jwp-Sd-GF5" firstAttribute="centerX" secondItem="3aZ-8G-e8X" secondAttribute="centerX" id="6vZ-Ex-Gdp"/>
  73. <constraint firstItem="lB5-i1-GOe" firstAttribute="centerX" secondItem="3aZ-8G-e8X" secondAttribute="centerX" id="8VC-kx-sMo"/>
  74. <constraint firstItem="lB5-i1-GOe" firstAttribute="width" secondItem="3aZ-8G-e8X" secondAttribute="width" constant="-24" id="MQn-K0-SK5"/>
  75. <constraint firstItem="jwp-Sd-GF5" firstAttribute="top" secondItem="3aZ-8G-e8X" secondAttribute="top" constant="10" id="Ni3-zk-KAJ"/>
  76. <constraint firstItem="guk-vu-ykd" firstAttribute="width" secondItem="3aZ-8G-e8X" secondAttribute="width" constant="-20" id="OK6-Tx-KhU"/>
  77. <constraint firstItem="guk-vu-ykd" firstAttribute="top" secondItem="lB5-i1-GOe" secondAttribute="bottom" constant="10" id="Q8e-BQ-NFd"/>
  78. <constraint firstItem="lB5-i1-GOe" firstAttribute="top" secondItem="jwp-Sd-GF5" secondAttribute="bottom" constant="10" id="i7u-s7-Fz0"/>
  79. <constraint firstItem="guk-vu-ykd" firstAttribute="centerX" secondItem="3aZ-8G-e8X" secondAttribute="centerX" id="ifj-50-FJg"/>
  80. <constraint firstItem="jwp-Sd-GF5" firstAttribute="width" secondItem="3aZ-8G-e8X" secondAttribute="width" constant="-20" id="jF5-0R-cru"/>
  81. <constraint firstAttribute="bottom" secondItem="guk-vu-ykd" secondAttribute="bottom" constant="29" id="kMB-uO-8bG"/>
  82. </constraints>
  83. <userDefinedRuntimeAttributes>
  84. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  85. <color key="value" red="0.42745098040000001" green="0.41176470590000003" blue="0.56470588239999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  86. </userDefinedRuntimeAttribute>
  87. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  88. <integer key="value" value="1"/>
  89. </userDefinedRuntimeAttribute>
  90. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  91. <integer key="value" value="3"/>
  92. </userDefinedRuntimeAttribute>
  93. </userDefinedRuntimeAttributes>
  94. </view>
  95. </subviews>
  96. <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
  97. <constraints>
  98. <constraint firstAttribute="bottom" secondItem="3aZ-8G-e8X" secondAttribute="bottom" constant="10" id="0ng-XI-amL"/>
  99. <constraint firstItem="c4V-0M-oWK" firstAttribute="top" secondItem="Z2m-Sw-4v4" secondAttribute="top" id="3RS-0J-fYo"/>
  100. <constraint firstItem="c4V-0M-oWK" firstAttribute="width" secondItem="Z2m-Sw-4v4" secondAttribute="width" id="Amn-ze-UpO"/>
  101. <constraint firstItem="3aZ-8G-e8X" firstAttribute="width" secondItem="Z2m-Sw-4v4" secondAttribute="width" constant="-20" id="LaM-9I-jov"/>
  102. <constraint firstItem="c4V-0M-oWK" firstAttribute="leading" secondItem="Z2m-Sw-4v4" secondAttribute="leading" id="UGS-qP-Yv3"/>
  103. <constraint firstItem="3aZ-8G-e8X" firstAttribute="centerX" secondItem="Z2m-Sw-4v4" secondAttribute="centerX" id="edw-qA-hiY"/>
  104. <constraint firstItem="3aZ-8G-e8X" firstAttribute="top" secondItem="c4V-0M-oWK" secondAttribute="bottom" constant="10" id="obC-uk-Htx"/>
  105. </constraints>
  106. <userDefinedRuntimeAttributes>
  107. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  108. <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  109. </userDefinedRuntimeAttribute>
  110. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  111. <real key="value" value="1"/>
  112. </userDefinedRuntimeAttribute>
  113. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  114. <real key="value" value="8"/>
  115. </userDefinedRuntimeAttribute>
  116. </userDefinedRuntimeAttributes>
  117. </view>
  118. </subviews>
  119. <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  120. <constraints>
  121. <constraint firstItem="Z2m-Sw-4v4" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="CDl-vV-vBs"/>
  122. <constraint firstItem="Z2m-Sw-4v4" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" constant="-20" id="LWb-fQ-QnR"/>
  123. <constraint firstItem="Z2m-Sw-4v4" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" constant="-20" id="Xe5-sh-BkX"/>
  124. <constraint firstItem="Z2m-Sw-4v4" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="gWc-5I-ebw"/>
  125. </constraints>
  126. </view>
  127. </objects>
  128. </document>