|
@@ -8,6 +8,9 @@
|
|
|
<objects>
|
|
|
<customObject id="-2" userLabel="File's Owner" customClass="KMBGTemplateItem" customModule="PDF_Reader_Pro" customModuleProvider="target">
|
|
|
<connections>
|
|
|
+ <outlet property="iconImage" destination="ZhR-SQ-pB0" id="B21-uw-RIJ"/>
|
|
|
+ <outlet property="iconImageHeightConst" destination="QKF-u3-WNP" id="f4G-Je-Isq"/>
|
|
|
+ <outlet property="iconImageWidthConst" destination="pAn-2A-2YS" id="8qe-lU-29p"/>
|
|
|
<outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
|
|
|
<outlet property="watermarkItem" destination="oEd-9U-hkX" id="ryX-mu-WzP"/>
|
|
|
</connections>
|
|
@@ -24,12 +27,22 @@
|
|
|
<customView translatesAutoresizingMaskIntoConstraints="NO" id="oEd-9U-hkX" customClass="ComponentCardWatermark" customModule="KMComponentLibrary">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="177" height="255"/>
|
|
|
</customView>
|
|
|
+ <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ZhR-SQ-pB0">
|
|
|
+ <rect key="frame" x="65" y="104" width="48" height="48"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="height" constant="48" id="QKF-u3-WNP"/>
|
|
|
+ <constraint firstAttribute="width" constant="48" id="pAn-2A-2YS"/>
|
|
|
+ </constraints>
|
|
|
+ <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="pOd-6X-9u5"/>
|
|
|
+ </imageView>
|
|
|
</subviews>
|
|
|
<constraints>
|
|
|
<constraint firstAttribute="trailing" secondItem="oEd-9U-hkX" secondAttribute="trailing" id="5OS-Pm-XdU"/>
|
|
|
+ <constraint firstItem="ZhR-SQ-pB0" firstAttribute="centerY" secondItem="bBV-cb-Fee" secondAttribute="centerY" id="Ipu-n1-EL4"/>
|
|
|
<constraint firstItem="oEd-9U-hkX" firstAttribute="leading" secondItem="bBV-cb-Fee" secondAttribute="leading" id="gQX-7u-wKL"/>
|
|
|
<constraint firstAttribute="bottom" secondItem="oEd-9U-hkX" secondAttribute="bottom" id="nko-eV-dLa"/>
|
|
|
<constraint firstItem="oEd-9U-hkX" firstAttribute="top" secondItem="bBV-cb-Fee" secondAttribute="top" id="r9E-So-2Uy"/>
|
|
|
+ <constraint firstItem="ZhR-SQ-pB0" firstAttribute="centerX" secondItem="bBV-cb-Fee" secondAttribute="centerX" id="sQO-qf-yWi"/>
|
|
|
</constraints>
|
|
|
</customView>
|
|
|
</subviews>
|