RoomDescriptionTableViewCell.xib 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" 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="22685"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  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"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RoomDescriptionTableViewCell" customModule="NextcloudTalk" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="PIP-sO-JKc">
  22. <rect key="frame" x="16" y="16" width="288" height="12"/>
  23. <color key="textColor" systemColor="labelColor"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  25. <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
  26. <dataDetectorType key="dataDetectorTypes" phoneNumber="YES"/>
  27. </textView>
  28. </subviews>
  29. <constraints>
  30. <constraint firstAttribute="bottom" secondItem="PIP-sO-JKc" secondAttribute="bottom" constant="16" id="BII-E7-0Op"/>
  31. <constraint firstAttribute="trailing" secondItem="PIP-sO-JKc" secondAttribute="trailing" constant="16" id="DZ6-97-EEh"/>
  32. <constraint firstItem="PIP-sO-JKc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="W3U-Gq-k1X"/>
  33. <constraint firstItem="PIP-sO-JKc" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="iXM-8h-Yka"/>
  34. </constraints>
  35. </tableViewCellContentView>
  36. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  37. <connections>
  38. <outlet property="textView" destination="PIP-sO-JKc" id="v7G-1l-wDm"/>
  39. </connections>
  40. <point key="canvasLocation" x="137.68115942028987" y="67.633928571428569"/>
  41. </tableViewCell>
  42. </objects>
  43. <resources>
  44. <systemColor name="labelColor">
  45. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  46. </systemColor>
  47. </resources>
  48. </document>