OMeetingPersonActionCell.xib 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" 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="13772"/>
  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. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" restorationIdentifier="OOMeetingPersonActionCell" reuseIdentifier="OOMeetingPersonActionCell" id="gTV-IL-0wX" customClass="OOMeetingPersonActionCell" customModule="o2app" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="60" height="75"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  19. <rect key="frame" x="0.0" y="0.0" width="60" height="75"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <subviews>
  22. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="QxF-g0-SUS">
  23. <rect key="frame" x="5" y="5" width="50" height="50"/>
  24. <constraints>
  25. <constraint firstAttribute="width" constant="50" id="Z3c-4A-FPG"/>
  26. <constraint firstAttribute="height" constant="50" id="bgG-8A-z83"/>
  27. </constraints>
  28. <state key="normal" image="icon_jia"/>
  29. <connections>
  30. <action selector="addPersonAction:" destination="gTV-IL-0wX" eventType="touchUpInside" id="ZXT-wj-RvO"/>
  31. </connections>
  32. </button>
  33. </subviews>
  34. </view>
  35. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <constraints>
  37. <constraint firstItem="QxF-g0-SUS" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="5" id="Re5-ge-0TW"/>
  38. <constraint firstItem="QxF-g0-SUS" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="5" id="ToO-wx-PZ7"/>
  39. </constraints>
  40. <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
  41. <point key="canvasLocation" x="25" y="51.5"/>
  42. </collectionViewCell>
  43. </objects>
  44. <resources>
  45. <image name="icon_jia" width="75" height="75"/>
  46. </resources>
  47. </document>