JCHATPhotoSelectViewController.xib 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" 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="14088"/>
  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="HMPhotoSelectViewController">
  13. <connections>
  14. <outlet property="botToolHeigh" destination="7Fe-5R-Bip" id="g81-NS-c5g"/>
  15. <outlet property="bottomV" destination="3r5-lG-OqP" id="qJ6-MT-NQz"/>
  16. <outlet property="browserBtn" destination="Nke-HT-336" id="dAf-Xa-OO7"/>
  17. <outlet property="collectionTop" destination="jjh-bk-dEh" id="SWM-Zt-z5H"/>
  18. <outlet property="photoGridView" destination="hGR-Ud-5JT" id="p6P-ge-PC4"/>
  19. <outlet property="selectedPhotoLabel" destination="jbw-g4-NAf" id="yvQ-hB-fAy"/>
  20. <outlet property="sendBtn" destination="9Gf-Gx-kOs" id="vJn-Sr-1fP"/>
  21. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  22. </connections>
  23. </placeholder>
  24. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  25. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="hGR-Ud-5JT" userLabel="collection">
  30. <rect key="frame" x="0.0" y="0.0" width="375" height="622"/>
  31. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="0.0" minimumInteritemSpacing="0.0" id="oGo-bn-S37">
  32. <size key="itemSize" width="50" height="50"/>
  33. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  34. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  35. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  36. </collectionViewFlowLayout>
  37. </collectionView>
  38. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3r5-lG-OqP" userLabel="底部">
  39. <rect key="frame" x="0.0" y="622" width="375" height="45"/>
  40. <subviews>
  41. <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Nke-HT-336">
  42. <rect key="frame" x="16" y="7" width="50" height="30"/>
  43. <constraints>
  44. <constraint firstAttribute="width" constant="50" id="fcs-KL-iCf"/>
  45. <constraint firstAttribute="height" constant="30" id="iV9-v7-l0S"/>
  46. </constraints>
  47. <state key="normal" title="预览"/>
  48. <connections>
  49. <action selector="clickToBrowserSelectedPhotos:" destination="-1" eventType="touchUpInside" id="Dn5-K9-RvR"/>
  50. </connections>
  51. </button>
  52. <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9Gf-Gx-kOs">
  53. <rect key="frame" x="309" y="7" width="50" height="30"/>
  54. <constraints>
  55. <constraint firstAttribute="height" constant="30" id="NRe-ob-CAv"/>
  56. <constraint firstAttribute="width" constant="50" id="adP-lH-PMn"/>
  57. </constraints>
  58. <state key="normal" title="发送"/>
  59. <connections>
  60. <action selector="sendSelectedPhotos:" destination="-1" eventType="touchUpInside" id="cO3-oE-WuD"/>
  61. </connections>
  62. </button>
  63. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jbw-g4-NAf">
  64. <rect key="frame" x="284" y="13" width="20" height="20"/>
  65. <color key="backgroundColor" red="0.098542461522795222" green="1" blue="0.0" alpha="0.50548537234042556" colorSpace="custom" customColorSpace="sRGB"/>
  66. <constraints>
  67. <constraint firstAttribute="height" constant="20" id="VDH-Pc-KQp"/>
  68. <constraint firstAttribute="width" constant="20" id="npG-at-d8l"/>
  69. </constraints>
  70. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  71. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  72. <nil key="highlightedColor"/>
  73. </label>
  74. </subviews>
  75. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  76. <constraints>
  77. <constraint firstItem="9Gf-Gx-kOs" firstAttribute="leading" secondItem="jbw-g4-NAf" secondAttribute="trailing" constant="5" id="0oC-eL-Tfm"/>
  78. <constraint firstAttribute="height" constant="45" id="7Fe-5R-Bip"/>
  79. <constraint firstItem="jbw-g4-NAf" firstAttribute="centerY" secondItem="3r5-lG-OqP" secondAttribute="centerY" id="ISZ-yr-uPE"/>
  80. <constraint firstItem="9Gf-Gx-kOs" firstAttribute="centerY" secondItem="3r5-lG-OqP" secondAttribute="centerY" id="XF2-Ix-Tga"/>
  81. <constraint firstItem="Nke-HT-336" firstAttribute="centerY" secondItem="3r5-lG-OqP" secondAttribute="centerY" id="aAX-tB-j1n"/>
  82. <constraint firstAttribute="trailing" secondItem="9Gf-Gx-kOs" secondAttribute="trailing" constant="16" id="hYV-uX-Ebx"/>
  83. <constraint firstItem="Nke-HT-336" firstAttribute="leading" secondItem="3r5-lG-OqP" secondAttribute="leading" constant="16" id="rgl-XL-O62"/>
  84. </constraints>
  85. </view>
  86. </subviews>
  87. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  88. <constraints>
  89. <constraint firstAttribute="trailing" secondItem="3r5-lG-OqP" secondAttribute="trailing" id="9gQ-oJ-T24"/>
  90. <constraint firstItem="3r5-lG-OqP" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="U5d-9g-bUw"/>
  91. <constraint firstAttribute="trailing" secondItem="hGR-Ud-5JT" secondAttribute="trailing" id="fk0-HI-Sgu"/>
  92. <constraint firstItem="hGR-Ud-5JT" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="jjh-bk-dEh"/>
  93. <constraint firstAttribute="bottom" secondItem="3r5-lG-OqP" secondAttribute="bottom" id="pXt-iz-E6e"/>
  94. <constraint firstItem="3r5-lG-OqP" firstAttribute="top" secondItem="hGR-Ud-5JT" secondAttribute="bottom" id="pdU-HJ-JXH"/>
  95. <constraint firstItem="hGR-Ud-5JT" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="sjI-bh-po2"/>
  96. </constraints>
  97. </view>
  98. </objects>
  99. </document>