| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="LocationView" customModule="app">
- <connections>
- <outlet property="container" destination="iN0-l3-epB" id="HCq-e3-37n"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleAspectFill" translatesAutoresizingMaskIntoConstraints="NO" id="Z2m-Sw-4v4" userLabel="Section">
- <rect key="frame" x="10" y="10" width="355" height="647"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="355" height="33"/>
- <color key="backgroundColor" red="0.0" green="0.47058823529999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="guk-vu-ykd" customClass="GMSMapView">
- <rect key="frame" x="10" y="80" width="335" height="557"/>
- <color key="backgroundColor" red="1" green="0.20334201390000001" blue="0.32001410590000001" alpha="1" colorSpace="calibratedRGB"/>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.59607843140000005" green="0.7843137255" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="c4V-0M-oWK" firstAttribute="top" secondItem="Z2m-Sw-4v4" secondAttribute="top" id="3RS-0J-fYo"/>
- <constraint firstItem="guk-vu-ykd" firstAttribute="centerX" secondItem="Z2m-Sw-4v4" secondAttribute="centerX" id="7ge-Go-0Hw"/>
- <constraint firstItem="c4V-0M-oWK" firstAttribute="width" secondItem="Z2m-Sw-4v4" secondAttribute="width" id="Amn-ze-UpO"/>
- <constraint firstAttribute="bottom" secondItem="guk-vu-ykd" secondAttribute="bottom" constant="10" id="K6I-L4-YhN"/>
- <constraint firstItem="c4V-0M-oWK" firstAttribute="leading" secondItem="Z2m-Sw-4v4" secondAttribute="leading" id="UGS-qP-Yv3"/>
- <constraint firstItem="guk-vu-ykd" firstAttribute="top" secondItem="Z2m-Sw-4v4" secondAttribute="top" constant="80" id="i0e-tX-0LF"/>
- <constraint firstItem="guk-vu-ykd" firstAttribute="width" secondItem="Z2m-Sw-4v4" secondAttribute="width" constant="-20" id="yDs-Kq-7TW"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
- <color key="value" red="0.0" green="0.0" blue="0.066666666669999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
- <real key="value" value="1"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="8"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.70980392160000005" green="0.82745098039999998" blue="0.8980392157" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="Z2m-Sw-4v4" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="CDl-vV-vBs"/>
- <constraint firstItem="Z2m-Sw-4v4" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" constant="-20" id="LWb-fQ-QnR"/>
- <constraint firstItem="Z2m-Sw-4v4" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" constant="-20" id="Xe5-sh-BkX"/>
- <constraint firstItem="Z2m-Sw-4v4" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="gWc-5I-ebw"/>
- </constraints>
- </view>
- </objects>
- </document>
|