HeaderFooterTextTableView.xib 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  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" customClass="PDFHeaderFooterTextTableView"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="PDFHeaderFooterTextTableView">
  15. <rect key="frame" x="0.0" y="0.0" width="393" height="400"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Format Selection" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="REi-Xc-XV1">
  19. <rect key="frame" x="0.0" y="0.0" width="393" height="55"/>
  20. <color key="backgroundColor" systemColor="opaqueSeparatorColor"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="55" id="oQ3-lT-N6S"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  25. <nil key="textColor"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZjA-vB-vXl">
  29. <rect key="frame" x="0.0" y="5" width="60" height="44"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="44" id="afj-8s-scT"/>
  32. <constraint firstAttribute="width" constant="60" id="xgv-8u-Bh3"/>
  33. </constraints>
  34. <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  35. <state key="normal" title="Button"/>
  36. <buttonConfiguration key="configuration" style="plain" image="btn_frontpage.png" title="Back"/>
  37. </button>
  38. <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="55" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="MO1-Dv-k5X">
  39. <rect key="frame" x="0.0" y="59" width="393" height="297"/>
  40. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  41. </tableView>
  42. </subviews>
  43. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  44. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  45. <constraints>
  46. <constraint firstAttribute="trailing" secondItem="REi-Xc-XV1" secondAttribute="trailing" id="7tk-6A-ufg"/>
  47. <constraint firstItem="REi-Xc-XV1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="BZu-Ws-wJ5"/>
  48. <constraint firstItem="MO1-Dv-k5X" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="FIU-k9-ZDh"/>
  49. <constraint firstItem="ZjA-vB-vXl" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="5" id="Mva-MU-MLj"/>
  50. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="MO1-Dv-k5X" secondAttribute="bottom" constant="44" id="Pab-x5-gXi"/>
  51. <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="MO1-Dv-k5X" secondAttribute="trailing" id="cIK-L2-JrZ"/>
  52. <constraint firstItem="REi-Xc-XV1" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="eLh-vr-Vhn"/>
  53. <constraint firstItem="MO1-Dv-k5X" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="ggm-n1-6mJ"/>
  54. <constraint firstItem="ZjA-vB-vXl" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="wOH-fr-UOs"/>
  55. </constraints>
  56. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  57. <point key="canvasLocation" x="77.099236641221367" y="-4.2253521126760569"/>
  58. </view>
  59. </objects>
  60. <resources>
  61. <image name="btn_frontpage.png" width="32" height="32"/>
  62. <systemColor name="opaqueSeparatorColor">
  63. <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  64. </systemColor>
  65. <systemColor name="systemBackgroundColor">
  66. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  67. </systemColor>
  68. </resources>
  69. </document>