TestFileCellView.xib 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <customObject id="-2" userLabel="File's Owner"/>
  9. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  10. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  11. <tableCellView id="Ob6-j8-aNh" customClass="TestFileCellView" customModule="KdanAuto" customModuleProvider="target">
  12. <rect key="frame" x="0.0" y="0.0" width="339" height="30"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EgA-BQ-X23">
  16. <rect key="frame" x="-2" y="9" width="335" height="16"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  18. <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="4yb-fM-clL">
  19. <font key="font" metaFont="system" size="11"/>
  20. <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
  21. <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
  22. </textFieldCell>
  23. </textField>
  24. <customView id="Dg0-nG-U3m">
  25. <rect key="frame" x="0.0" y="0.0" width="331" height="1"/>
  26. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  27. </customView>
  28. </subviews>
  29. <connections>
  30. <outlet property="_sepLine" destination="Dg0-nG-U3m" id="fck-m4-6W4"/>
  31. <outlet property="_titleLbl" destination="EgA-BQ-X23" id="Kft-ve-pVP"/>
  32. <outlet property="textField" destination="EgA-BQ-X23" id="j2n-kB-6EY"/>
  33. </connections>
  34. <point key="canvasLocation" x="-494.5" y="93.5"/>
  35. </tableCellView>
  36. </objects>
  37. </document>