NCViewerPDFSearchCell.xib 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  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" reuseIdentifier="Cell" id="KGk-i7-Jjw" customClass="NCViewerPDFSearchCell" customModule="Nextcloud" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="82"/>
  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="82"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Outline" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="E3H-Rb-4ds">
  21. <rect key="frame" x="16" y="2" width="188" height="21"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="21" id="hgI-GG-pNA"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  26. <color key="textColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IPV-cv-CwC">
  30. <rect key="frame" x="212" y="3.5" width="100" height="18"/>
  31. <constraints>
  32. <constraint firstAttribute="width" constant="100" id="r7H-Es-IdO"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  35. <color key="textColor" systemColor="systemGrayColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Search result text can be multiple line too" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="3" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Lr-ib-Zu4">
  39. <rect key="frame" x="16" y="25" width="296" height="55"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  41. <nil key="textColor"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. </subviews>
  45. <constraints>
  46. <constraint firstItem="7Lr-ib-Zu4" firstAttribute="top" secondItem="E3H-Rb-4ds" secondAttribute="bottom" constant="2" id="Gxv-JM-Hcf"/>
  47. <constraint firstAttribute="bottom" secondItem="7Lr-ib-Zu4" secondAttribute="bottom" constant="2" id="KkH-X8-AfP"/>
  48. <constraint firstItem="7Lr-ib-Zu4" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="SVW-5G-2lQ"/>
  49. <constraint firstItem="E3H-Rb-4ds" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="2" id="gGE-Jo-XR5"/>
  50. <constraint firstItem="IPV-cv-CwC" firstAttribute="centerY" secondItem="E3H-Rb-4ds" secondAttribute="centerY" id="nVx-9j-a9B"/>
  51. <constraint firstAttribute="trailing" secondItem="IPV-cv-CwC" secondAttribute="trailing" constant="8" id="paH-z6-Sss"/>
  52. <constraint firstItem="E3H-Rb-4ds" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="qoY-iB-BD9"/>
  53. <constraint firstAttribute="trailing" secondItem="7Lr-ib-Zu4" secondAttribute="trailing" constant="8" id="wh5-DZ-WGF"/>
  54. <constraint firstItem="IPV-cv-CwC" firstAttribute="leading" secondItem="E3H-Rb-4ds" secondAttribute="trailing" constant="8" id="zVp-GO-gLK"/>
  55. </constraints>
  56. </tableViewCellContentView>
  57. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  58. <connections>
  59. <outlet property="outlineLabel" destination="E3H-Rb-4ds" id="636-BP-coH"/>
  60. <outlet property="pageNumberLabel" destination="IPV-cv-CwC" id="iV9-cx-ytj"/>
  61. <outlet property="searchResultTextLabel" destination="7Lr-ib-Zu4" id="Apc-28-dqe"/>
  62. </connections>
  63. <point key="canvasLocation" x="-62.399999999999999" y="46.776611694152926"/>
  64. </tableViewCell>
  65. </objects>
  66. </document>