1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="PDFHeaderFooterTextTableView"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="PDFHeaderFooterTextTableView">
- <rect key="frame" x="0.0" y="0.0" width="393" height="400"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <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">
- <rect key="frame" x="0.0" y="0.0" width="393" height="55"/>
- <color key="backgroundColor" systemColor="opaqueSeparatorColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="55" id="oQ3-lT-N6S"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZjA-vB-vXl">
- <rect key="frame" x="0.0" y="5" width="60" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="afj-8s-scT"/>
- <constraint firstAttribute="width" constant="60" id="xgv-8u-Bh3"/>
- </constraints>
- <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <state key="normal" title="Button"/>
- <buttonConfiguration key="configuration" style="plain" image="btn_frontpage.png" title="Back"/>
- </button>
- <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">
- <rect key="frame" x="0.0" y="59" width="393" height="297"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- </tableView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="REi-Xc-XV1" secondAttribute="trailing" id="7tk-6A-ufg"/>
- <constraint firstItem="REi-Xc-XV1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="BZu-Ws-wJ5"/>
- <constraint firstItem="MO1-Dv-k5X" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="FIU-k9-ZDh"/>
- <constraint firstItem="ZjA-vB-vXl" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="5" id="Mva-MU-MLj"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="MO1-Dv-k5X" secondAttribute="bottom" constant="44" id="Pab-x5-gXi"/>
- <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="MO1-Dv-k5X" secondAttribute="trailing" id="cIK-L2-JrZ"/>
- <constraint firstItem="REi-Xc-XV1" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="eLh-vr-Vhn"/>
- <constraint firstItem="MO1-Dv-k5X" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" id="ggm-n1-6mJ"/>
- <constraint firstItem="ZjA-vB-vXl" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="wOH-fr-UOs"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="okBtn" destination="ZjA-vB-vXl" id="AQz-hF-0RN"/>
- <outlet property="tableView" destination="MO1-Dv-k5X" id="MfC-wp-pGN"/>
- <outlet property="titleView" destination="REi-Xc-XV1" id="pmG-So-TfO"/>
- </connections>
- <point key="canvasLocation" x="77.099236641221367" y="-4.2253521126760569"/>
- </view>
- </objects>
- <resources>
- <image name="btn_frontpage.png" width="32" height="32"/>
- <systemColor name="opaqueSeparatorColor">
- <color red="0.77647058823529413" green="0.77647058823529413" blue="0.78431372549019607" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|