IMLocationView.xib 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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="16087"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="IMLocationView" customModule="O2Platform" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="175" height="100"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="chat_list_poi_background" translatesAutoresizingMaskIntoConstraints="NO" id="Wnb-9p-mB9">
  18. <rect key="frame" x="0.0" y="0.0" width="175" height="100"/>
  19. </imageView>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RFx-ki-VdW">
  21. <rect key="frame" x="0.0" y="0.0" width="175" height="32"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zrA-xl-ZpU">
  24. <rect key="frame" x="5" y="16" width="165" height="0.0"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. </subviews>
  29. <color key="backgroundColor" white="1" alpha="0.75321061639999998" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <constraints>
  31. <constraint firstItem="zrA-xl-ZpU" firstAttribute="centerY" secondItem="RFx-ki-VdW" secondAttribute="centerY" id="PjU-x3-Yhs"/>
  32. <constraint firstItem="zrA-xl-ZpU" firstAttribute="leading" secondItem="RFx-ki-VdW" secondAttribute="leading" constant="5" id="drp-9P-liN"/>
  33. <constraint firstAttribute="trailing" secondItem="zrA-xl-ZpU" secondAttribute="trailing" constant="5" id="qg0-WC-PDN"/>
  34. <constraint firstAttribute="height" constant="32" id="yQb-fr-wUS"/>
  35. </constraints>
  36. </view>
  37. </subviews>
  38. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  39. <constraints>
  40. <constraint firstItem="RFx-ki-VdW" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="0at-tV-wNL"/>
  41. <constraint firstAttribute="trailing" secondItem="RFx-ki-VdW" secondAttribute="trailing" id="6IR-GH-3bN"/>
  42. <constraint firstItem="Wnb-9p-mB9" firstAttribute="trailing" secondItem="vUN-kp-3ea" secondAttribute="trailing" id="6hd-WP-j5N"/>
  43. <constraint firstItem="RFx-ki-VdW" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="ChW-2V-vNZ"/>
  44. <constraint firstItem="Wnb-9p-mB9" firstAttribute="bottom" secondItem="vUN-kp-3ea" secondAttribute="bottom" id="Lll-Wv-407"/>
  45. <constraint firstItem="Wnb-9p-mB9" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="gq9-Ps-ERI"/>
  46. <constraint firstItem="Wnb-9p-mB9" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="lGa-tf-rGe"/>
  47. </constraints>
  48. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  49. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  50. <connections>
  51. <outlet property="locationLabel" destination="zrA-xl-ZpU" id="oQZ-ub-EBW"/>
  52. </connections>
  53. <point key="canvasLocation" x="131.15942028985509" y="195.53571428571428"/>
  54. </view>
  55. </objects>
  56. <resources>
  57. <image name="chat_list_poi_background" width="225" height="130"/>
  58. </resources>
  59. </document>