developer
2023-05-20 c1ffd99c4b60066774eb2c97b31e4aaa014e7f51
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
    <device id="retina4_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="titleCollectionReusableView">
            <rect key="frame" x="0.0" y="0.0" width="362" height="90"/>
            <autoresizingMask key="autoresizingMask"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="00a-66-Ea6">
                    <rect key="frame" x="241" y="0.0" width="120.5" height="90"/>
                    <subviews>
                        <button opaque="NO" tag="322" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TOL-Lh-iJC">
                            <rect key="frame" x="40" y="8" width="40" height="43"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="43" id="HYo-Hh-LFh"/>
                                <constraint firstAttribute="width" constant="40" id="pLb-Am-KUC"/>
                            </constraints>
                            <state key="normal" image="分享"/>
                        </button>
                        <label opaque="NO" userInteractionEnabled="NO" tag="332" contentMode="left" horizontalHuggingPriority="252" verticalHuggingPriority="251" text="分享" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="02h-ZR-hhP">
                            <rect key="frame" x="42.5" y="54" width="35" height="28"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="28" id="77f-zg-fFY"/>
                                <constraint firstAttribute="width" constant="35" id="brt-KM-PLP"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <constraints>
                        <constraint firstItem="TOL-Lh-iJC" firstAttribute="centerX" secondItem="00a-66-Ea6" secondAttribute="centerX" id="8Ho-Uk-oe6"/>
                        <constraint firstItem="02h-ZR-hhP" firstAttribute="centerX" secondItem="TOL-Lh-iJC" secondAttribute="centerX" id="ImE-VS-JRp"/>
                        <constraint firstItem="TOL-Lh-iJC" firstAttribute="top" secondItem="00a-66-Ea6" secondAttribute="top" constant="8" id="VBM-Bw-4ud"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4TB-rq-ohO">
                    <rect key="frame" x="120" y="0.0" width="121" height="90"/>
                    <subviews>
                        <button opaque="NO" tag="321" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gc3-aI-hQW">
                            <rect key="frame" x="41" y="8" width="40" height="43"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="43" id="8jh-Jx-RVZ"/>
                                <constraint firstAttribute="width" constant="40" id="fDV-7l-flv"/>
                            </constraints>
                            <state key="normal" image="收藏"/>
                            <state key="selected" image="收藏后"/>
                        </button>
                        <label opaque="NO" userInteractionEnabled="NO" tag="331" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="收藏" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3Zr-Kw-JzD">
                            <rect key="frame" x="43.5" y="56.5" width="35" height="24"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="35" id="OBZ-8t-axk"/>
                                <constraint firstAttribute="height" constant="24" id="gSh-TV-sZu"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <constraints>
                        <constraint firstItem="3Zr-Kw-JzD" firstAttribute="centerX" secondItem="gc3-aI-hQW" secondAttribute="centerX" id="Fu3-4g-KUd"/>
                        <constraint firstItem="gc3-aI-hQW" firstAttribute="top" secondItem="4TB-rq-ohO" secondAttribute="top" constant="8" id="aql-H8-Xxx"/>
                        <constraint firstItem="gc3-aI-hQW" firstAttribute="centerX" secondItem="4TB-rq-ohO" secondAttribute="centerX" id="tRW-h8-z7P"/>
                    </constraints>
                </view>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="beo-6Y-Mc4">
                    <rect key="frame" x="0.0" y="0.0" width="120" height="90"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="来源" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D6K-Ud-eHa">
                            <rect key="frame" x="43.5" y="58" width="35" height="20.5"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="20.5" id="Fge-Na-Qdc"/>
                                <constraint firstAttribute="width" constant="35" id="f9M-Oc-lVy"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                            <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="moU-DC-2ps">
                            <rect key="frame" x="41" y="8" width="40" height="43"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="43" id="0db-uD-ANC"/>
                                <constraint firstAttribute="width" constant="40" id="UXc-WM-tRM"/>
                            </constraints>
                        </view>
                    </subviews>
                    <constraints>
                        <constraint firstItem="D6K-Ud-eHa" firstAttribute="top" secondItem="moU-DC-2ps" secondAttribute="bottom" constant="7" id="0dL-ht-vwD"/>
                        <constraint firstItem="D6K-Ud-eHa" firstAttribute="centerX" secondItem="moU-DC-2ps" secondAttribute="centerX" id="Frp-1M-oLh"/>
                        <constraint firstItem="moU-DC-2ps" firstAttribute="top" secondItem="beo-6Y-Mc4" secondAttribute="top" constant="8" id="eFs-6I-SGz"/>
                        <constraint firstItem="moU-DC-2ps" firstAttribute="centerX" secondItem="beo-6Y-Mc4" secondAttribute="centerX" id="qxm-je-QAn"/>
                    </constraints>
                </view>
                <label opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VBb-5p-I01">
                    <rect key="frame" x="41" y="8" width="57" height="43"/>
                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                    <nil key="textColor"/>
                    <nil key="highlightedColor"/>
                </label>
            </subviews>
            <constraints>
                <constraint firstAttribute="bottom" secondItem="beo-6Y-Mc4" secondAttribute="bottom" id="311-a4-wtw"/>
                <constraint firstAttribute="bottom" secondItem="4TB-rq-ohO" secondAttribute="bottom" id="6F9-Y8-Mgl"/>
                <constraint firstItem="4TB-rq-ohO" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="D44-rS-Tcp"/>
                <constraint firstItem="VBb-5p-I01" firstAttribute="leading" secondItem="moU-DC-2ps" secondAttribute="trailing" constant="-40" id="K5K-3l-BAC"/>
                <constraint firstItem="3Zr-Kw-JzD" firstAttribute="centerY" secondItem="D6K-Ud-eHa" secondAttribute="centerY" id="LbX-YK-0mI"/>
                <constraint firstItem="beo-6Y-Mc4" firstAttribute="width" secondItem="4TB-rq-ohO" secondAttribute="width" id="P9o-xf-jm7"/>
                <constraint firstItem="4TB-rq-ohO" firstAttribute="width" secondItem="00a-66-Ea6" secondAttribute="width" id="W6K-hi-vRO"/>
                <constraint firstItem="00a-66-Ea6" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="av4-PE-Rrd"/>
                <constraint firstItem="02h-ZR-hhP" firstAttribute="centerY" secondItem="3Zr-Kw-JzD" secondAttribute="centerY" id="bG3-9f-45n"/>
                <constraint firstAttribute="trailing" secondItem="00a-66-Ea6" secondAttribute="trailing" id="bnS-cl-Lgp"/>
                <constraint firstItem="beo-6Y-Mc4" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="cDk-qY-QIt"/>
                <constraint firstAttribute="bottom" secondItem="00a-66-Ea6" secondAttribute="bottom" id="cex-bW-bwB"/>
                <constraint firstAttribute="trailing" secondItem="VBb-5p-I01" secondAttribute="trailing" constant="264" id="flX-Nd-BKp"/>
                <constraint firstItem="4TB-rq-ohO" firstAttribute="leading" secondItem="beo-6Y-Mc4" secondAttribute="trailing" id="qhN-UG-g8O"/>
                <constraint firstItem="VBb-5p-I01" firstAttribute="centerY" secondItem="moU-DC-2ps" secondAttribute="centerY" id="qtZ-Aw-zHE"/>
                <constraint firstItem="VBb-5p-I01" firstAttribute="height" secondItem="moU-DC-2ps" secondAttribute="height" id="tSV-aO-oTB"/>
                <constraint firstItem="00a-66-Ea6" firstAttribute="leading" secondItem="4TB-rq-ohO" secondAttribute="trailing" id="xk3-hO-wPe"/>
                <constraint firstItem="beo-6Y-Mc4" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" id="zYW-nt-BgU"/>
            </constraints>
            <connections>
                <outlet property="collectionBtn" destination="gc3-aI-hQW" id="TrH-sF-hYv"/>
                <outlet property="resourceSelectionView" destination="VBb-5p-I01" id="Qhi-Gh-JdM"/>
                <outlet property="share" destination="02h-ZR-hhP" id="iTx-Q3-8Op"/>
                <outlet property="shareBtn" destination="TOL-Lh-iJC" id="MqS-Zv-YjB"/>
                <outlet property="zhanwei" destination="moU-DC-2ps" id="hTq-qs-i1l"/>
            </connections>
            <point key="canvasLocation" x="487" y="365"/>
        </collectionReusableView>
    </objects>
    <resources>
        <image name="分享" width="40" height="43"/>
        <image name="收藏" width="40" height="43"/>
        <image name="收藏后" width="40" height="43"/>
    </resources>
</document>