MeetingFormRoomPickerCell.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="MeetingFormRoomPickerCell" 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="bKz-6r-23f">
  21. <rect key="frame" x="272" y="5" width="0.0" height="34"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="34" id="wbQ-S6-8wM"/>
  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="QsL-4W-7xb">
  30. <rect key="frame" x="284" y="10" width="24" height="24"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="24" id="b8v-Tg-rGX"/>
  33. <constraint firstAttribute="width" constant="24" id="nv9-no-Wu6"/>
  34. </constraints>
  35. </imageView>
  36. </subviews>
  37. <constraints>
  38. <constraint firstAttribute="trailing" secondItem="QsL-4W-7xb" secondAttribute="trailing" constant="12" id="Rb7-yd-8yq"/>
  39. <constraint firstItem="QsL-4W-7xb" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ThN-9N-Rr0"/>
  40. <constraint firstItem="bKz-6r-23f" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="Xeb-59-x6p"/>
  41. <constraint firstAttribute="bottom" secondItem="bKz-6r-23f" secondAttribute="bottom" constant="5" id="c7M-db-MLl"/>
  42. <constraint firstItem="QsL-4W-7xb" firstAttribute="leading" secondItem="bKz-6r-23f" secondAttribute="trailing" constant="12" id="zVZ-33-APb"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  46. <connections>
  47. <outlet property="roomLabel" destination="bKz-6r-23f" id="37y-ND-PNO"/>
  48. </connections>
  49. <point key="canvasLocation" x="-242.0289855072464" y="130.58035714285714"/>
  50. </tableViewCell>
  51. </objects>
  52. <resources>
  53. <image name="arrow_r" width="42" height="42"/>
  54. </resources>
  55. </document>