TextInputTableViewCell.xib 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
  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="TextInputTableViewCell" customModule="NextcloudTalk" 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. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="lFm-yU-OyT">
  21. <rect key="frame" x="16" y="5" width="288" height="34"/>
  22. <constraints>
  23. <constraint firstAttribute="width" relation="greaterThanOrEqual" id="ZkL-tf-AC8"/>
  24. <constraint firstAttribute="height" constant="34" id="ooC-zT-Jak"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <textInputTraits key="textInputTraits"/>
  28. </textField>
  29. </subviews>
  30. <constraints>
  31. <constraint firstItem="lFm-yU-OyT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ACw-W5-rg3"/>
  32. <constraint firstItem="lFm-yU-OyT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="RYx-JA-4yH"/>
  33. <constraint firstAttribute="trailing" secondItem="lFm-yU-OyT" secondAttribute="trailing" constant="16" id="Wlv-LJ-g6Y"/>
  34. <constraint firstItem="lFm-yU-OyT" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="wN2-9A-x3w"/>
  35. </constraints>
  36. </tableViewCellContentView>
  37. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  38. <connections>
  39. <outlet property="textField" destination="lFm-yU-OyT" id="2WF-SE-wN7"/>
  40. </connections>
  41. <point key="canvasLocation" x="137.68115942028987" y="72.991071428571431"/>
  42. </tableViewCell>
  43. </objects>
  44. </document>