MeetingFormDatePickerCell.xib 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17506" 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="17505"/>
  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="MeetingFormDatePickerCell" 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="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yeg-Qn-LwK">
  21. <rect key="frame" x="128" y="5" width="180" height="34"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="34" id="G7E-az-4FB"/>
  24. <constraint firstAttribute="width" constant="180" id="UPx-Au-Rhi"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  27. <nil key="textColor"/>
  28. <nil key="highlightedColor"/>
  29. <userDefinedRuntimeAttributes>
  30. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  31. <real key="value" value="0.0"/>
  32. </userDefinedRuntimeAttribute>
  33. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  34. <real key="value" value="0.0"/>
  35. </userDefinedRuntimeAttribute>
  36. </userDefinedRuntimeAttributes>
  37. </label>
  38. </subviews>
  39. <constraints>
  40. <constraint firstAttribute="trailing" secondItem="yeg-Qn-LwK" secondAttribute="trailing" constant="12" id="5gP-co-kNo"/>
  41. <constraint firstItem="yeg-Qn-LwK" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="Rgt-gw-lPK"/>
  42. <constraint firstAttribute="bottom" secondItem="yeg-Qn-LwK" secondAttribute="bottom" constant="5" id="Sgb-rT-ExA"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  46. <connections>
  47. <outlet property="dateLabel" destination="yeg-Qn-LwK" id="SCc-00-ljh"/>
  48. </connections>
  49. <point key="canvasLocation" x="131.8840579710145" y="130.58035714285714"/>
  50. </tableViewCell>
  51. </objects>
  52. </document>