MeetingFormSinglePersonPickerCellTableViewCell.xib 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" 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="19454"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="MeetingFormSinglePersonPickerCellTableViewCell" customModule="O2Platform" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vw6-ph-cBK">
  21. <rect key="frame" x="274" y="5" width="0.0" height="34"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="34" id="a8f-mt-Toe"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  26. <nil key="textColor"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="arrow_r" translatesAutoresizingMaskIntoConstraints="NO" id="SL6-PX-niZ">
  30. <rect key="frame" x="284" y="10" width="24" height="24"/>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="24" id="Lus-uF-Q7z"/>
  33. <constraint firstAttribute="height" constant="24" id="RRe-Vc-Szn"/>
  34. </constraints>
  35. </imageView>
  36. </subviews>
  37. <constraints>
  38. <constraint firstItem="SL6-PX-niZ" firstAttribute="leading" secondItem="vw6-ph-cBK" secondAttribute="trailing" constant="10" id="0ac-OJ-M3Y"/>
  39. <constraint firstAttribute="bottom" secondItem="vw6-ph-cBK" secondAttribute="bottom" constant="5" id="7kk-ny-r5H"/>
  40. <constraint firstAttribute="trailing" secondItem="SL6-PX-niZ" secondAttribute="trailing" constant="12" id="TkU-v6-Gef"/>
  41. <constraint firstItem="SL6-PX-niZ" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="WyF-Y2-31H"/>
  42. <constraint firstItem="vw6-ph-cBK" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="pPH-Fu-eVK"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  46. <connections>
  47. <outlet property="personLabel" destination="vw6-ph-cBK" id="fMX-Na-LOG"/>
  48. </connections>
  49. <point key="canvasLocation" x="131.8840579710145" y="130.58035714285714"/>
  50. </tableViewCell>
  51. </objects>
  52. <resources>
  53. <image name="arrow_r" width="42" height="42"/>
  54. </resources>
  55. </document>