<?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="retina4_7" 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="PDFSignatureViewController">
            <connections>
                <outlet property="createButton" destination="uBp-pf-whi" id="7cM-5g-xak"/>
                <outlet property="emptyView" destination="xVR-92-YAl" id="Hyp-bS-tLh"/>
                <outlet property="tableView" destination="fwk-ab-zZe" id="7MJ-2f-b0l"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </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="375" height="667"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" allowsSelectionDuringEditing="YES" allowsMultipleSelectionDuringEditing="YES" rowHeight="100" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="fwk-ab-zZe">
                    <rect key="frame" x="0.0" y="0.0" width="375" height="617"/>
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    <connections>
                        <outlet property="dataSource" destination="-1" id="hzP-jR-sBg"/>
                        <outlet property="delegate" destination="-1" id="8EI-j7-lwx"/>
                    </connections>
                </tableView>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xVR-92-YAl">
                    <rect key="frame" x="67.5" y="212.5" width="240" height="242"/>
                    <subviews>
                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="signature_img_empty.png" translatesAutoresizingMaskIntoConstraints="NO" id="caN-px-tqJ">
                            <rect key="frame" x="52" y="0.0" width="136" height="136"/>
                        </imageView>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="You have not saved your signature yet." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="od8-fd-s9Z">
                            <rect key="frame" x="0.0" y="146" width="240" height="41"/>
                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                            <color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uBp-pf-whi">
                            <rect key="frame" x="33" y="207" width="174" height="35"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="174" id="1AK-xx-s4X"/>
                                <constraint firstAttribute="height" constant="35" id="Yyu-mL-GwX"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="18"/>
                            <state key="normal" title="Create Signature" image="signature_icon_add.png">
                                <color key="titleColor" red="0.0" green="0.47843137254901957" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            </state>
                            <connections>
                                <action selector="buttonItemClicked_Create:" destination="-1" eventType="touchUpInside" id="jKv-fw-s4i"/>
                            </connections>
                        </button>
                    </subviews>
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    <constraints>
                        <constraint firstItem="uBp-pf-whi" firstAttribute="centerX" secondItem="xVR-92-YAl" secondAttribute="centerX" id="0yl-ng-o6G"/>
                        <constraint firstAttribute="bottom" secondItem="uBp-pf-whi" secondAttribute="bottom" id="1Hp-B1-MTy"/>
                        <constraint firstItem="uBp-pf-whi" firstAttribute="top" secondItem="od8-fd-s9Z" secondAttribute="bottom" constant="20" id="7XI-KS-hpO"/>
                        <constraint firstItem="od8-fd-s9Z" firstAttribute="leading" secondItem="xVR-92-YAl" secondAttribute="leading" id="GgM-Br-ERW"/>
                        <constraint firstItem="od8-fd-s9Z" firstAttribute="top" secondItem="caN-px-tqJ" secondAttribute="bottom" constant="10" id="VUB-s6-hm0"/>
                        <constraint firstItem="caN-px-tqJ" firstAttribute="centerX" secondItem="xVR-92-YAl" secondAttribute="centerX" id="ZAc-rM-uYl"/>
                        <constraint firstAttribute="trailing" secondItem="od8-fd-s9Z" secondAttribute="trailing" id="d5b-Kl-4LJ"/>
                        <constraint firstItem="caN-px-tqJ" firstAttribute="top" secondItem="xVR-92-YAl" secondAttribute="top" id="jrn-pU-gPU"/>
                        <constraint firstAttribute="width" constant="240" id="kSb-ZX-KB7"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tId-Yp-NMy">
                    <rect key="frame" x="0.0" y="617" width="375" height="50"/>
                    <color key="backgroundColor" red="0.22352941176470587" green="0.47450980392156861" blue="0.96470588235294119" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="50" id="h5l-yO-fXK"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="system" pointSize="18"/>
                    <state key="normal" title="Create Signature">
                        <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    </state>
                    <connections>
                        <action selector="buttonItemClicked_Create:" destination="-1" eventType="touchUpInside" id="ARx-87-plO"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
            <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="xVR-92-YAl" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="3xl-Xy-XN5"/>
                <constraint firstAttribute="trailing" secondItem="fwk-ab-zZe" secondAttribute="trailing" id="5ZS-EK-Ymz"/>
                <constraint firstItem="tId-Yp-NMy" firstAttribute="top" secondItem="fwk-ab-zZe" secondAttribute="bottom" id="ENO-he-LZu"/>
                <constraint firstItem="fwk-ab-zZe" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="FRu-O0-Ifk"/>
                <constraint firstItem="tId-Yp-NMy" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="RBg-9Y-lc0"/>
                <constraint firstItem="Q5M-cg-NOt" firstAttribute="trailing" secondItem="tId-Yp-NMy" secondAttribute="trailing" id="gMo-zv-VrG"/>
                <constraint firstItem="fwk-ab-zZe" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="kjL-mr-P2r"/>
                <constraint firstItem="Q5M-cg-NOt" firstAttribute="bottom" secondItem="tId-Yp-NMy" secondAttribute="bottom" id="suN-2Y-3Oq"/>
                <constraint firstItem="xVR-92-YAl" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="w6P-bA-FeS"/>
            </constraints>
            <point key="canvasLocation" x="25.5" y="51.5"/>
        </view>
    </objects>
    <resources>
        <image name="signature_icon_add.png" width="35" height="35"/>
        <image name="signature_img_empty.png" width="136" height="136"/>
    </resources>
</document>