TPDFSearchViewCell.xib 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <dependencies>
  4. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  5. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  9. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  10. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" rowHeight="60" id="9TI-Wz-6xk" customClass="PDFSearchViewCell">
  11. <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
  12. <autoresizingMask key="autoresizingMask"/>
  13. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="9TI-Wz-6xk" id="9l2-s9-0VI">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="60"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AH1-ho-M3l">
  18. <rect key="frame" x="5" y="10" width="365" height="40"/>
  19. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  20. <nil key="textColor"/>
  21. <nil key="highlightedColor"/>
  22. </label>
  23. </subviews>
  24. <constraints>
  25. <constraint firstAttribute="bottom" secondItem="AH1-ho-M3l" secondAttribute="bottom" constant="10" id="6Eg-AU-AJg"/>
  26. <constraint firstItem="AH1-ho-M3l" firstAttribute="top" secondItem="9l2-s9-0VI" secondAttribute="top" constant="10" id="Qvw-WU-3hi"/>
  27. <constraint firstAttribute="trailing" secondItem="AH1-ho-M3l" secondAttribute="trailing" constant="5" id="a16-SK-B1f"/>
  28. <constraint firstItem="AH1-ho-M3l" firstAttribute="leading" secondItem="9l2-s9-0VI" secondAttribute="leading" constant="5" id="koF-Rh-JMG"/>
  29. </constraints>
  30. </tableViewCellContentView>
  31. <connections>
  32. <outlet property="label" destination="AH1-ho-M3l" id="Vxf-oL-iXw"/>
  33. </connections>
  34. <point key="canvasLocation" x="-99.5" y="-25"/>
  35. </tableViewCell>
  36. </objects>
  37. </document>