|
|
@@ -37,5 +37,69 @@
|
|
|
</objects>
|
|
|
<point key="canvasLocation" x="1999" y="-4336"/>
|
|
|
</scene>
|
|
|
+ <!--Title-->
|
|
|
+ <scene sceneID="llq-Po-d7N">
|
|
|
+ <objects>
|
|
|
+ <viewController storyboardIdentifier="SignatureListViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="xQW-5p-fJu" customClass="SignatureListViewController" sceneMemberID="viewController">
|
|
|
+ <layoutGuides>
|
|
|
+ <viewControllerLayoutGuide type="top" id="td7-rJ-h8z"/>
|
|
|
+ <viewControllerLayoutGuide type="bottom" id="DAa-YE-hAb"/>
|
|
|
+ </layoutGuides>
|
|
|
+ <view key="view" contentMode="scaleToFill" id="fzZ-IH-jQZ">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="376" height="640"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="p4w-Uo-pFK">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="376" height="640"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <prototypes>
|
|
|
+ <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" restorationIdentifier="SignatureTableViewCell" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="SignatureTableViewCell" rowHeight="128" id="pJ2-Li-nq4" customClass="SignatureTableViewCell">
|
|
|
+ <rect key="frame" x="0.0" y="28" width="376" height="128"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
|
|
|
+ <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="pJ2-Li-nq4" id="hwz-Mn-MnM">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="376" height="127"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5Hk-1I-EQp">
|
|
|
+ <rect key="frame" x="8" y="0.0" width="256" height="128"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
+ </imageView>
|
|
|
+ </subviews>
|
|
|
+ </tableViewCellContentView>
|
|
|
+ <connections>
|
|
|
+ <outlet property="signatureImageView" destination="5Hk-1I-EQp" id="LB1-LJ-YOB"/>
|
|
|
+ </connections>
|
|
|
+ </tableViewCell>
|
|
|
+ </prototypes>
|
|
|
+ <connections>
|
|
|
+ <outlet property="dataSource" destination="xQW-5p-fJu" id="wTO-7W-ayx"/>
|
|
|
+ <outlet property="delegate" destination="xQW-5p-fJu" id="Mv0-4z-wwI"/>
|
|
|
+ </connections>
|
|
|
+ </tableView>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ </view>
|
|
|
+ <toolbarItems/>
|
|
|
+ <navigationItem key="navigationItem" title="Title" id="XAK-aB-GtR">
|
|
|
+ <barButtonItem key="leftBarButtonItem" systemItem="edit" id="UZx-65-lBp"/>
|
|
|
+ <barButtonItem key="rightBarButtonItem" systemItem="add" id="g6c-9y-EiG">
|
|
|
+ <connections>
|
|
|
+ <action selector="onAddClick:" destination="xQW-5p-fJu" id="Xap-cW-ksy"/>
|
|
|
+ </connections>
|
|
|
+ </barButtonItem>
|
|
|
+ </navigationItem>
|
|
|
+ <simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
|
|
|
+ <simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
|
|
|
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
+ <size key="freeformSize" width="376" height="640"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="tableView" destination="p4w-Uo-pFK" id="Lew-Ky-xNN"/>
|
|
|
+ </connections>
|
|
|
+ </viewController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="bV8-Sj-hSE" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
+ </objects>
|
|
|
+ <point key="canvasLocation" x="2647" y="-4328"/>
|
|
|
+ </scene>
|
|
|
</scenes>
|
|
|
</document>
|