123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina3_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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="PDFLinkViewController">
- <connections>
- <outlet property="contentView" destination="7tA-8a-f0t" id="GvG-cN-e9u"/>
- <outlet property="emailButton" destination="wZv-LX-nHn" id="RFw-HD-PQa"/>
- <outlet property="emailLabel" destination="bnV-EL-MHI" id="zJl-jH-RVv"/>
- <outlet property="pageButton" destination="dqU-IT-mR2" id="7B7-be-VkH"/>
- <outlet property="pageLabel" destination="ozo-gm-lNW" id="6mO-kv-5WK"/>
- <outlet property="textField" destination="dT5-iN-3D2" id="cFE-VY-PMG"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- <outlet property="websiteButton" destination="Lm9-jj-SCE" id="mep-KI-itu"/>
- <outlet property="websiteLabel" destination="kII-fH-Jqo" id="Mx7-fq-GLS"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7tA-8a-f0t">
- <rect key="frame" x="10" y="107.5" width="300" height="165"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BBS-WI-e2Z">
- <rect key="frame" x="10" y="5" width="48" height="30"/>
- <state key="normal" title="Cancel"/>
- <connections>
- <action selector="buttonItemClicked_Cancel:" destination="-1" eventType="touchUpInside" id="k0W-Xm-xOs"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="CZ9-R7-jzE">
- <rect key="frame" x="253" y="5" width="37" height="30"/>
- <state key="normal" title="Done"/>
- <connections>
- <action selector="buttonItemClicked_Done:" destination="-1" eventType="touchUpInside" id="ZUP-5z-ZOf"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Add link" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qX9-cM-uIc">
- <rect key="frame" x="122.5" y="11" width="55" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ZaR-WB-mdF">
- <rect key="frame" x="0.0" y="40" width="300" height="1"/>
- <color key="backgroundColor" red="0.83741801979999997" green="0.83743780850000005" blue="0.83742713930000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="Cec-aa-y7u"/>
- </constraints>
- </view>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="dT5-iN-3D2">
- <rect key="frame" x="20" y="117" width="260" height="34"/>
- <constraints>
- <constraint firstAttribute="width" constant="260" id="oAL-PI-93Z"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="MHl-Ct-RdH">
- <rect key="frame" x="30" y="51" width="240" height="60"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Lm9-jj-SCE">
- <rect key="frame" x="0.0" y="0.0" width="80" height="42"/>
- <state key="normal" image="btn_website01.png">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <state key="selected" image="btn_website02.png"/>
- <connections>
- <action selector="buttonItemClicked_Switch:" destination="-1" eventType="touchUpInside" id="YaO-4e-UJN"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Website" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kII-fH-Jqo">
- <rect key="frame" x="14" y="44" width="52.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.73725490196078436" green="0.73725490196078436" blue="0.73725490196078436" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dqU-IT-mR2">
- <rect key="frame" x="80" y="0.0" width="80" height="42"/>
- <state key="normal" image="btn_page01.png"/>
- <state key="selected" image="btn_page02.png"/>
- <connections>
- <action selector="buttonItemClicked_Switch:" destination="-1" eventType="touchUpInside" id="JDH-cM-gWb"/>
- </connections>
- </button>
- <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wZv-LX-nHn">
- <rect key="frame" x="160" y="0.0" width="80" height="42"/>
- <state key="normal" image="btn_email01.png"/>
- <state key="selected" image="btn_email02.png"/>
- <connections>
- <action selector="buttonItemClicked_Switch:" destination="-1" eventType="touchUpInside" id="UwO-K7-CON"/>
- </connections>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Email" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bnV-EL-MHI">
- <rect key="frame" x="183" y="44" width="34.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.73725490199999999" green="0.73725490199999999" blue="0.73725490199999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Page" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ozo-gm-lNW">
- <rect key="frame" x="104" y="44" width="32.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.73725490199999999" green="0.73725490199999999" blue="0.73725490199999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="dqU-IT-mR2" firstAttribute="top" secondItem="MHl-Ct-RdH" secondAttribute="top" id="1ro-T4-gtg"/>
- <constraint firstItem="kII-fH-Jqo" firstAttribute="centerX" secondItem="Lm9-jj-SCE" secondAttribute="centerX" id="BKS-mh-q3H"/>
- <constraint firstItem="Lm9-jj-SCE" firstAttribute="width" secondItem="MHl-Ct-RdH" secondAttribute="width" multiplier="1:3" id="D5w-g3-VYf"/>
- <constraint firstAttribute="bottom" secondItem="Lm9-jj-SCE" secondAttribute="bottom" constant="18" id="ETM-MK-z2J"/>
- <constraint firstItem="dqU-IT-mR2" firstAttribute="leading" secondItem="Lm9-jj-SCE" secondAttribute="trailing" id="ETY-hb-jDP"/>
- <constraint firstItem="bnV-EL-MHI" firstAttribute="centerX" secondItem="wZv-LX-nHn" secondAttribute="centerX" id="EbH-Pa-926"/>
- <constraint firstItem="ozo-gm-lNW" firstAttribute="centerX" secondItem="dqU-IT-mR2" secondAttribute="centerX" id="Knh-gm-7MA"/>
- <constraint firstItem="wZv-LX-nHn" firstAttribute="width" secondItem="MHl-Ct-RdH" secondAttribute="width" multiplier="1:3" id="LBr-Kf-FAh"/>
- <constraint firstItem="ozo-gm-lNW" firstAttribute="top" secondItem="dqU-IT-mR2" secondAttribute="bottom" constant="2" id="R9q-4B-36p"/>
- <constraint firstAttribute="bottom" secondItem="dqU-IT-mR2" secondAttribute="bottom" constant="18" id="ZeU-Ls-wbf"/>
- <constraint firstItem="Lm9-jj-SCE" firstAttribute="top" secondItem="MHl-Ct-RdH" secondAttribute="top" id="ahT-5a-izA"/>
- <constraint firstAttribute="height" constant="60" id="gyh-Zc-hhj"/>
- <constraint firstAttribute="width" constant="240" id="jMY-Cu-KZO"/>
- <constraint firstItem="kII-fH-Jqo" firstAttribute="top" secondItem="Lm9-jj-SCE" secondAttribute="bottom" constant="2" id="q3s-JA-RUa"/>
- <constraint firstItem="Lm9-jj-SCE" firstAttribute="leading" secondItem="MHl-Ct-RdH" secondAttribute="leading" id="ruC-Pc-43G"/>
- <constraint firstItem="bnV-EL-MHI" firstAttribute="top" secondItem="wZv-LX-nHn" secondAttribute="bottom" constant="2" id="rzs-UP-0F0"/>
- <constraint firstItem="wZv-LX-nHn" firstAttribute="top" secondItem="MHl-Ct-RdH" secondAttribute="top" id="uLN-rf-d84"/>
- <constraint firstItem="dqU-IT-mR2" firstAttribute="width" secondItem="MHl-Ct-RdH" secondAttribute="width" multiplier="1:3" id="uyQ-xC-seh"/>
- <constraint firstAttribute="bottom" secondItem="wZv-LX-nHn" secondAttribute="bottom" constant="18" id="w40-Re-H33"/>
- <constraint firstAttribute="trailing" secondItem="wZv-LX-nHn" secondAttribute="trailing" id="zeq-07-3Pi"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="CZ9-R7-jzE" firstAttribute="top" secondItem="7tA-8a-f0t" secondAttribute="top" constant="5" id="3RF-On-CDb"/>
- <constraint firstItem="qX9-cM-uIc" firstAttribute="centerY" secondItem="BBS-WI-e2Z" secondAttribute="centerY" id="5dJ-OB-psS"/>
- <constraint firstItem="BBS-WI-e2Z" firstAttribute="top" secondItem="7tA-8a-f0t" secondAttribute="top" constant="5" id="7HF-Qg-upG"/>
- <constraint firstAttribute="height" constant="165" id="8ZZ-KZ-N2B"/>
- <constraint firstItem="MHl-Ct-RdH" firstAttribute="centerX" secondItem="7tA-8a-f0t" secondAttribute="centerX" id="J71-cB-eMq"/>
- <constraint firstAttribute="trailing" secondItem="ZaR-WB-mdF" secondAttribute="trailing" id="NZJ-9t-br8"/>
- <constraint firstAttribute="width" constant="300" id="PRq-Zc-CwR"/>
- <constraint firstItem="dT5-iN-3D2" firstAttribute="centerX" secondItem="7tA-8a-f0t" secondAttribute="centerX" id="bql-po-lmz"/>
- <constraint firstAttribute="bottom" secondItem="dT5-iN-3D2" secondAttribute="bottom" constant="14" id="f4Y-Gt-mZV"/>
- <constraint firstItem="BBS-WI-e2Z" firstAttribute="leading" secondItem="7tA-8a-f0t" secondAttribute="leading" constant="10" id="fBl-1G-GGE"/>
- <constraint firstItem="MHl-Ct-RdH" firstAttribute="top" secondItem="ZaR-WB-mdF" secondAttribute="bottom" constant="10" id="mCa-V2-y3p"/>
- <constraint firstItem="ZaR-WB-mdF" firstAttribute="top" secondItem="BBS-WI-e2Z" secondAttribute="bottom" constant="5" id="nnJ-Xs-DBV"/>
- <constraint firstItem="qX9-cM-uIc" firstAttribute="centerX" secondItem="7tA-8a-f0t" secondAttribute="centerX" id="ruP-hi-ese"/>
- <constraint firstItem="ZaR-WB-mdF" firstAttribute="leading" secondItem="7tA-8a-f0t" secondAttribute="leading" id="v7g-lQ-BqI"/>
- <constraint firstAttribute="trailing" secondItem="CZ9-R7-jzE" secondAttribute="trailing" constant="10" id="vnH-Yd-xe1"/>
- </constraints>
- </view>
- </subviews>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <color key="backgroundColor" white="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="7tA-8a-f0t" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" constant="-50" id="dkS-0O-2Ff"/>
- <constraint firstItem="7tA-8a-f0t" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="gPH-kz-sHk"/>
- </constraints>
- <point key="canvasLocation" x="139" y="155"/>
- </view>
- </objects>
- <resources>
- <image name="btn_email01.png" width="40.5" height="41"/>
- <image name="btn_email02.png" width="40.5" height="41"/>
- <image name="btn_page01.png" width="40.5" height="41"/>
- <image name="btn_page02.png" width="40.5" height="41"/>
- <image name="btn_website01.png" width="40.5" height="41"/>
- <image name="btn_website02.png" width="40.5" height="41"/>
- </resources>
- </document>
|