OOContactGroupHeaderView.xib 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <customFonts key="customFonts">
  13. <array key="PingFang.ttc">
  14. <string>PingFangSC-Regular</string>
  15. </array>
  16. </customFonts>
  17. <objects>
  18. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="OOContactGroupHeaderView" customModule="o2app" customModuleProvider="target">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="40"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="pna-4F-J4V">
  25. <rect key="frame" x="15" y="10" width="20" height="20"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="20" id="2fE-Ge-s03"/>
  28. <constraint firstAttribute="width" constant="20" id="9WW-KM-eWD"/>
  29. </constraints>
  30. </imageView>
  31. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3sL-OF-wfw">
  32. <rect key="frame" x="43" y="12" width="316" height="16"/>
  33. <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
  34. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. </subviews>
  38. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <constraints>
  40. <constraint firstItem="pna-4F-J4V" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="10" id="4ye-Ni-qi2"/>
  41. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="3sL-OF-wfw" secondAttribute="bottom" constant="12" id="7s0-mC-66z"/>
  42. <constraint firstItem="3sL-OF-wfw" firstAttribute="leading" secondItem="pna-4F-J4V" secondAttribute="trailing" constant="8" id="DhL-H8-YxD"/>
  43. <constraint firstItem="3sL-OF-wfw" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="12" id="JuT-if-aeW"/>
  44. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="3sL-OF-wfw" secondAttribute="trailing" constant="16" id="PbQ-Pl-myp"/>
  45. <constraint firstItem="pna-4F-J4V" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" constant="15" id="jV9-em-hGP"/>
  46. </constraints>
  47. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  48. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  49. <connections>
  50. <outlet property="groupTitleLabel" destination="3sL-OF-wfw" id="7BH-3r-un2"/>
  51. <outlet property="iconImageView" destination="pna-4F-J4V" id="HAg-HW-mXN"/>
  52. </connections>
  53. <point key="canvasLocation" x="24.5" y="-262"/>
  54. </view>
  55. </objects>
  56. </document>