|
@@ -9,6 +9,7 @@
|
|
|
<customObject id="-2" userLabel="File's Owner" customClass="KMSplitPDFViewController" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
<connections>
|
|
|
<outlet property="contendView" destination="h9a-I9-jjo" id="BRC-SH-k8f"/>
|
|
|
+ <outlet property="dragView" destination="cmG-In-sJm" id="aIe-Ke-snl"/>
|
|
|
<outlet property="emptyView" destination="a7b-yc-tgX" id="uD0-vi-qen"/>
|
|
|
<outlet property="splitToolbar" destination="qRc-yH-vXE" id="WLN-0D-Ghd"/>
|
|
|
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
|
|
@@ -30,6 +31,39 @@
|
|
|
<constraint firstAttribute="width" constant="300" id="hMx-Oj-Sl1"/>
|
|
|
</constraints>
|
|
|
</customView>
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="cmG-In-sJm" customClass="KMHomeDragView" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="480" height="272"/>
|
|
|
+ <subviews>
|
|
|
+ <customView translatesAutoresizingMaskIntoConstraints="NO" id="O3x-A5-qae">
|
|
|
+ <rect key="frame" x="208" y="116" width="65" height="40"/>
|
|
|
+ <subviews>
|
|
|
+ <textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="frK-cQ-Pjd">
|
|
|
+ <rect key="frame" x="14" y="12" width="37" height="16"/>
|
|
|
+ <textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="sUh-Kf-UTg">
|
|
|
+ <font key="font" metaFont="system"/>
|
|
|
+ <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ </textFieldCell>
|
|
|
+ </textField>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="frK-cQ-Pjd" secondAttribute="trailing" constant="16" id="4aC-6n-wjS"/>
|
|
|
+ <constraint firstAttribute="height" constant="40" id="hff-dg-bZq"/>
|
|
|
+ <constraint firstItem="frK-cQ-Pjd" firstAttribute="leading" secondItem="O3x-A5-qae" secondAttribute="leading" constant="16" id="pHj-dU-czi"/>
|
|
|
+ <constraint firstItem="frK-cQ-Pjd" firstAttribute="centerY" secondItem="O3x-A5-qae" secondAttribute="centerY" id="zT5-jd-epm"/>
|
|
|
+ </constraints>
|
|
|
+ </customView>
|
|
|
+ </subviews>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="O3x-A5-qae" firstAttribute="centerY" secondItem="cmG-In-sJm" secondAttribute="centerY" id="VLd-Fh-7nO"/>
|
|
|
+ <constraint firstItem="O3x-A5-qae" firstAttribute="centerX" secondItem="cmG-In-sJm" secondAttribute="centerX" id="tus-hO-p0p"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <outlet property="dragLabel" destination="frK-cQ-Pjd" id="C6N-Lw-YGa"/>
|
|
|
+ <outlet property="dragView" destination="O3x-A5-qae" id="18O-Jh-yOz"/>
|
|
|
+ <outlet property="dragViewHeight" destination="hff-dg-bZq" id="ahJ-1s-MLa"/>
|
|
|
+ </connections>
|
|
|
+ </customView>
|
|
|
<customView translatesAutoresizingMaskIntoConstraints="NO" id="qRc-yH-vXE" customClass="KMPageNumberPromptView" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
<rect key="frame" x="96" y="20" width="288" height="40"/>
|
|
|
<constraints>
|
|
@@ -39,9 +73,13 @@
|
|
|
</customView>
|
|
|
</subviews>
|
|
|
<constraints>
|
|
|
+ <constraint firstItem="cmG-In-sJm" firstAttribute="top" secondItem="h9a-I9-jjo" secondAttribute="top" id="4a3-BU-Ega"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="cmG-In-sJm" secondAttribute="bottom" id="Dek-bP-EZm"/>
|
|
|
<constraint firstItem="a7b-yc-tgX" firstAttribute="centerY" secondItem="h9a-I9-jjo" secondAttribute="centerY" id="IcB-NO-E4H"/>
|
|
|
<constraint firstAttribute="bottom" secondItem="qRc-yH-vXE" secondAttribute="bottom" constant="20" id="Ryd-Py-Sux"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="cmG-In-sJm" secondAttribute="trailing" id="aSN-m6-Ruu"/>
|
|
|
<constraint firstItem="a7b-yc-tgX" firstAttribute="centerX" secondItem="h9a-I9-jjo" secondAttribute="centerX" id="aTc-ah-Z9O"/>
|
|
|
+ <constraint firstItem="cmG-In-sJm" firstAttribute="leading" secondItem="h9a-I9-jjo" secondAttribute="leading" id="ihT-zD-ezF"/>
|
|
|
<constraint firstItem="qRc-yH-vXE" firstAttribute="centerX" secondItem="h9a-I9-jjo" secondAttribute="centerX" id="mdj-Kr-F7C"/>
|
|
|
</constraints>
|
|
|
</customView>
|