GuideIntegral.storyboard 83.4 KB
Newer Older
1
<?xml version="1.0" encoding="UTF-8"?>
2 3 4 5
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
    <device id="ipad9_7" orientation="portrait">
        <adaptation id="fullscreen"/>
    </device>
6
    <dependencies>
7
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
8 9 10 11 12 13 14
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
        <!--Guide Integral View Controller-->
        <scene sceneID="kcb-Gb-L1Q">
            <objects>
                <viewController storyboardIdentifier="GuideIntegralViewController" id="yKS-hT-LhA" customClass="GuideIntegralViewController" sceneMemberID="viewController">
15 16 17 18
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="xYk-Vb-DZ9"/>
                        <viewControllerLayoutGuide type="bottom" id="BG0-Ov-fcv"/>
                    </layoutGuides>
19
                    <view key="view" contentMode="scaleToFill" id="MCq-MI-wm3">
20
                        <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
21 22
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
23
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Yy-Ao-XPR">
24
                                <rect key="frame" x="20" y="80" width="728" height="90"/>
25
                                <subviews>
26
                                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ehM-sk-qnE">
27
                                        <rect key="frame" x="8" y="10" width="70" height="70"/>
28 29 30 31
                                        <constraints>
                                            <constraint firstAttribute="width" constant="70" id="E3g-3M-lJm"/>
                                            <constraint firstAttribute="height" constant="70" id="pqd-YU-6ae"/>
                                        </constraints>
32
                                    </imageView>
33
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="当前积分" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="W9n-sx-VVL">
34
                                        <rect key="frame" x="108" y="25" width="53.5" height="16"/>
35 36 37 38
                                        <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                        <color key="textColor" red="0.66666666669999997" green="0.66666666669999997" blue="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
39
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="luv-aV-HGH">
40
                                        <rect key="frame" x="108" y="57" width="0.0" height="0.0"/>
41 42 43 44
                                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                        <color key="textColor" red="0.98039215690000003" green="0.32156862749999998" blue="0.050980392159999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
45
                                    <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="J4F-f5-GIu">
46
                                        <rect key="frame" x="598" y="27.5" width="100" height="35"/>
47
                                        <color key="backgroundColor" red="0.34901960780000002" green="0.67450980390000004" blue="0.86274509799999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
48 49 50 51
                                        <constraints>
                                            <constraint firstAttribute="width" constant="100" id="EuH-tR-Oni"/>
                                            <constraint firstAttribute="height" constant="35" id="K5I-kD-7kq"/>
                                        </constraints>
52 53 54 55 56 57 58 59 60 61 62 63
                                        <state key="normal" title="礼品兑换">
                                            <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        </state>
                                        <userDefinedRuntimeAttributes>
                                            <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                                <real key="value" value="5"/>
                                            </userDefinedRuntimeAttribute>
                                        </userDefinedRuntimeAttributes>
                                        <connections>
                                            <action selector="exchangeButtonClick:" destination="yKS-hT-LhA" eventType="touchUpInside" id="0HO-nU-sQ2"/>
                                        </connections>
                                    </button>
64
                                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="DFa-vp-e22">
65
                                        <rect key="frame" x="228" y="20" width="1" height="50"/>
66
                                        <color key="backgroundColor" red="0.87058823529999996" green="0.87058823529999996" blue="0.87058823529999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
67 68 69 70
                                        <constraints>
                                            <constraint firstAttribute="width" constant="1" id="8Lb-Qc-mLm"/>
                                            <constraint firstAttribute="height" constant="50" id="ped-lj-77M"/>
                                        </constraints>
71
                                    </view>
72
                                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wwz-7Q-A55">
73
                                        <rect key="frame" x="399" y="20" width="1" height="50"/>
74
                                        <color key="backgroundColor" red="0.87058823529999996" green="0.87058823529999996" blue="0.87058823529999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
75 76 77 78
                                        <constraints>
                                            <constraint firstAttribute="width" constant="1" id="FCf-dc-Nat"/>
                                            <constraint firstAttribute="height" constant="50" id="PcL-VR-NJS"/>
                                        </constraints>
79
                                    </view>
80
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YJy-KV-6XP">
81
                                        <rect key="frame" x="430" y="57" width="0.0" height="0.0"/>
82 83 84
                                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                        <nil key="highlightedColor"/>
                                    </label>
85
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Eh-Eu-GWV">
86
                                        <rect key="frame" x="259" y="57" width="0.0" height="0.0"/>
87 88 89
                                        <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                        <nil key="highlightedColor"/>
                                    </label>
90
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="季度积分排行" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zzy-VB-gpq">
91
                                        <rect key="frame" x="259" y="25" width="80" height="16"/>
92 93 94 95
                                        <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                        <color key="textColor" red="0.66666666669999997" green="0.66666666669999997" blue="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
96
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="年度积分排行" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xbh-34-JR3">
97
                                        <rect key="frame" x="430" y="25" width="80" height="16"/>
98 99 100 101 102 103
                                        <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                        <color key="textColor" red="0.66666666669999997" green="0.66666666669999997" blue="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                </subviews>
                                <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
                                <constraints>
                                    <constraint firstItem="zzy-VB-gpq" firstAttribute="centerY" secondItem="W9n-sx-VVL" secondAttribute="centerY" id="06S-lH-t3i"/>
                                    <constraint firstItem="DFa-vp-e22" firstAttribute="centerY" secondItem="ehM-sk-qnE" secondAttribute="centerY" id="2s5-5X-v1P"/>
                                    <constraint firstItem="wwz-7Q-A55" firstAttribute="leading" secondItem="DFa-vp-e22" secondAttribute="trailing" constant="170" id="4Kg-YG-HbG"/>
                                    <constraint firstItem="W9n-sx-VVL" firstAttribute="leading" secondItem="ehM-sk-qnE" secondAttribute="trailing" constant="30" id="6Ph-OR-SdR"/>
                                    <constraint firstItem="0Eh-Eu-GWV" firstAttribute="leading" secondItem="zzy-VB-gpq" secondAttribute="leading" id="6sa-kl-PjN"/>
                                    <constraint firstItem="ehM-sk-qnE" firstAttribute="centerY" secondItem="6Yy-Ao-XPR" secondAttribute="centerY" id="HRp-bc-lXh"/>
                                    <constraint firstItem="Xbh-34-JR3" firstAttribute="leading" secondItem="wwz-7Q-A55" secondAttribute="trailing" constant="30" id="LPt-SA-Eji"/>
                                    <constraint firstItem="luv-aV-HGH" firstAttribute="centerY" secondItem="6Yy-Ao-XPR" secondAttribute="centerY" constant="12" id="Nbr-hO-Cpa"/>
                                    <constraint firstItem="J4F-f5-GIu" firstAttribute="centerY" secondItem="6Yy-Ao-XPR" secondAttribute="centerY" id="O1A-KD-Rak"/>
                                    <constraint firstItem="wwz-7Q-A55" firstAttribute="centerY" secondItem="ehM-sk-qnE" secondAttribute="centerY" id="PpM-xZ-3SJ"/>
                                    <constraint firstItem="0Eh-Eu-GWV" firstAttribute="centerY" secondItem="luv-aV-HGH" secondAttribute="centerY" id="Puy-bG-gcc"/>
                                    <constraint firstItem="YJy-KV-6XP" firstAttribute="centerY" secondItem="0Eh-Eu-GWV" secondAttribute="centerY" id="QaO-2j-T0A"/>
                                    <constraint firstItem="Xbh-34-JR3" firstAttribute="centerY" secondItem="zzy-VB-gpq" secondAttribute="centerY" id="aFv-gu-cpg"/>
                                    <constraint firstAttribute="height" constant="90" id="dfH-he-XIZ"/>
                                    <constraint firstItem="YJy-KV-6XP" firstAttribute="leading" secondItem="Xbh-34-JR3" secondAttribute="leading" id="h6h-mS-RYk"/>
                                    <constraint firstItem="DFa-vp-e22" firstAttribute="leading" secondItem="ehM-sk-qnE" secondAttribute="trailing" constant="150" id="iFP-V3-h6M"/>
                                    <constraint firstItem="luv-aV-HGH" firstAttribute="leading" secondItem="W9n-sx-VVL" secondAttribute="leading" id="nC1-tp-f5x"/>
                                    <constraint firstItem="ehM-sk-qnE" firstAttribute="leading" secondItem="6Yy-Ao-XPR" secondAttribute="leading" constant="8" id="nGe-OL-rVz"/>
                                    <constraint firstAttribute="trailing" secondItem="J4F-f5-GIu" secondAttribute="trailing" constant="30" id="oRU-Tt-iI7"/>
                                    <constraint firstItem="zzy-VB-gpq" firstAttribute="leading" secondItem="DFa-vp-e22" secondAttribute="trailing" constant="30" id="rqQ-hd-H3o"/>
                                    <constraint firstItem="W9n-sx-VVL" firstAttribute="centerY" secondItem="ehM-sk-qnE" secondAttribute="centerY" constant="-12" id="uoN-KU-CJY"/>
                                </constraints>
127 128 129 130 131 132
                                <userDefinedRuntimeAttributes>
                                    <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                        <real key="value" value="5"/>
                                    </userDefinedRuntimeAttribute>
                                </userDefinedRuntimeAttributes>
                            </view>
133
                            <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hU8-JL-KlR">
134
                                <rect key="frame" x="20" y="190" width="728" height="814"/>
135
                                <subviews>
136
                                    <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="积分明细" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Ip-ij-E17">
137
                                        <rect key="frame" x="0.0" y="0.0" width="100" height="50"/>
138 139 140 141
                                        <constraints>
                                            <constraint firstAttribute="height" constant="50" id="3x5-VW-7pB"/>
                                            <constraint firstAttribute="width" constant="100" id="F37-Wr-cZh"/>
                                        </constraints>
142 143 144 145 146 147
                                        <fontDescription key="fontDescription" type="system" pointSize="14"/>
                                        <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                        <nil key="highlightedColor"/>
                                    </label>
                                </subviews>
                                <color key="backgroundColor" red="0.96078431372549022" green="0.96470588235294119" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
148 149 150 151
                                <constraints>
                                    <constraint firstItem="2Ip-ij-E17" firstAttribute="top" secondItem="hU8-JL-KlR" secondAttribute="top" id="Ivf-KH-9Bm"/>
                                    <constraint firstItem="2Ip-ij-E17" firstAttribute="leading" secondItem="hU8-JL-KlR" secondAttribute="leading" id="esZ-LZ-YCK"/>
                                </constraints>
152 153 154
                            </view>
                        </subviews>
                        <color key="backgroundColor" red="0.92941176470588238" green="0.93333333333333335" blue="0.93725490196078431" alpha="1" colorSpace="calibratedRGB"/>
155 156 157 158 159 160 161 162 163
                        <constraints>
                            <constraint firstAttribute="trailing" secondItem="6Yy-Ao-XPR" secondAttribute="trailing" constant="20" id="9EI-lI-Zqc"/>
                            <constraint firstItem="hU8-JL-KlR" firstAttribute="leading" secondItem="MCq-MI-wm3" secondAttribute="leading" constant="20" id="Mfy-Lg-cnn"/>
                            <constraint firstItem="hU8-JL-KlR" firstAttribute="top" secondItem="6Yy-Ao-XPR" secondAttribute="bottom" constant="20" id="WrW-M7-5Eh"/>
                            <constraint firstAttribute="trailing" secondItem="hU8-JL-KlR" secondAttribute="trailing" constant="20" id="aDH-9B-VFG"/>
                            <constraint firstItem="BG0-Ov-fcv" firstAttribute="top" secondItem="hU8-JL-KlR" secondAttribute="bottom" constant="20" id="bP0-9r-CNM"/>
                            <constraint firstItem="6Yy-Ao-XPR" firstAttribute="top" secondItem="xYk-Vb-DZ9" secondAttribute="bottom" constant="60" id="dBB-2u-uRH"/>
                            <constraint firstItem="6Yy-Ao-XPR" firstAttribute="leading" secondItem="MCq-MI-wm3" secondAttribute="leading" constant="20" id="ttc-Oe-smT"/>
                        </constraints>
164 165 166 167 168 169 170 171 172 173 174 175 176
                    </view>
                    <connections>
                        <outlet property="currentIntegralLabel" destination="luv-aV-HGH" id="xxV-4z-ejd"/>
                        <outlet property="guideHeaderView" destination="ehM-sk-qnE" id="8u6-4S-AqD"/>
                        <outlet property="integralDetailsView" destination="hU8-JL-KlR" id="fnv-e0-zpR"/>
                        <outlet property="quarterIntegralLabel" destination="0Eh-Eu-GWV" id="lJT-HX-1KC"/>
                        <outlet property="yearIntegralLabel" destination="YJy-KV-6XP" id="IqQ-mt-x0D"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="4ek-wg-o7d" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-177" y="-109"/>
        </scene>
177 178 179 180
        <!--Prize Main View Controller-->
        <scene sceneID="T9S-y5-eRx">
            <objects>
                <viewController storyboardIdentifier="PrizeMainViewController" id="Bn3-e5-Odb" customClass="PrizeMainViewController" sceneMemberID="viewController">
181 182 183 184
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="ENj-X4-mFs"/>
                        <viewControllerLayoutGuide type="bottom" id="MdX-wh-p4Y"/>
                    </layoutGuides>
185
                    <view key="view" contentMode="scaleToFill" id="S8f-mf-Xs2">
186
                        <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
187 188
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
189
                            <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="8mA-NF-xF3">
190
                                <rect key="frame" x="0.0" y="110" width="768" height="914"/>
191 192
                                <color key="backgroundColor" red="0.92941176470588238" green="0.93333333333333335" blue="0.93725490196078431" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="BAY-Cu-eCc">
193
                                    <size key="itemSize" width="146" height="108"/>
194 195 196 197 198
                                    <size key="headerReferenceSize" width="0.0" height="0.0"/>
                                    <size key="footerReferenceSize" width="0.0" height="0.0"/>
                                    <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
                                </collectionViewFlowLayout>
                                <cells>
199
                                    <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="PrizeListCollectionViewCell" id="cvF-m8-EvS" customClass="PrizeListCollectionViewCell">
200
                                        <rect key="frame" x="0.0" y="0.0" width="146" height="108"/>
201 202
                                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                                        <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
203
                                            <rect key="frame" x="0.0" y="0.0" width="146" height="108"/>
204 205
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
206 207 208
                                                <imageView contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="00登录-谭" translatesAutoresizingMaskIntoConstraints="NO" id="O88-Xc-mmd">
                                                    <rect key="frame" x="0.0" y="0.0" width="146" height="78"/>
                                                </imageView>
209
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="多功能抱枕" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3Qi-Hc-eV0">
210
                                                    <rect key="frame" x="5" y="86.5" width="111" height="13.5"/>
211
                                                    <fontDescription key="fontDescription" type="system" pointSize="11"/>
212 213 214
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
215
                                                <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="9kC-nV-7qm">
216
                                                    <rect key="frame" x="121" y="83" width="20" height="20"/>
217 218 219 220
                                                    <constraints>
                                                        <constraint firstAttribute="height" constant="20" id="o3S-8T-gOV"/>
                                                        <constraint firstAttribute="width" constant="20" id="vcE-w6-Bg9"/>
                                                    </constraints>
221 222
                                                    <state key="normal" backgroundImage="box-副本"/>
                                                    <state key="selected" backgroundImage="bg"/>
223 224 225
                                                    <connections>
                                                        <action selector="isSelectButton:" destination="cvF-m8-EvS" eventType="touchUpInside" id="ZMj-ie-BYd"/>
                                                    </connections>
226 227 228 229
                                                </button>
                                            </subviews>
                                        </view>
                                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
230 231 232 233 234 235 236 237 238 239 240
                                        <constraints>
                                            <constraint firstItem="3Qi-Hc-eV0" firstAttribute="leading" secondItem="cvF-m8-EvS" secondAttribute="leading" constant="5" id="5tM-GX-GGT"/>
                                            <constraint firstAttribute="trailing" secondItem="O88-Xc-mmd" secondAttribute="trailing" id="INo-Jb-JDx"/>
                                            <constraint firstItem="9kC-nV-7qm" firstAttribute="leading" secondItem="3Qi-Hc-eV0" secondAttribute="trailing" constant="5" id="OJF-Ty-jGp"/>
                                            <constraint firstItem="O88-Xc-mmd" firstAttribute="top" secondItem="cvF-m8-EvS" secondAttribute="top" id="b40-6A-fXd"/>
                                            <constraint firstItem="O88-Xc-mmd" firstAttribute="leading" secondItem="cvF-m8-EvS" secondAttribute="leading" id="dQU-P9-o8T"/>
                                            <constraint firstAttribute="bottom" secondItem="9kC-nV-7qm" secondAttribute="bottom" constant="5" id="laR-sH-Cpi"/>
                                            <constraint firstAttribute="trailing" secondItem="9kC-nV-7qm" secondAttribute="trailing" constant="5" id="ogq-Af-ljo"/>
                                            <constraint firstItem="9kC-nV-7qm" firstAttribute="top" secondItem="O88-Xc-mmd" secondAttribute="bottom" constant="5" id="rmM-u7-GJE"/>
                                            <constraint firstItem="3Qi-Hc-eV0" firstAttribute="centerY" secondItem="9kC-nV-7qm" secondAttribute="centerY" id="sbs-De-CuU"/>
                                        </constraints>
241 242 243 244 245 246 247 248 249 250 251 252
                                        <connections>
                                            <outlet property="isSelectButton" destination="9kC-nV-7qm" id="I0t-ZU-5cJ"/>
                                            <outlet property="prizeDescribeLabel" destination="3Qi-Hc-eV0" id="578-Wv-Eok"/>
                                            <outlet property="prizeImageView" destination="O88-Xc-mmd" id="7jW-I5-toi"/>
                                        </connections>
                                    </collectionViewCell>
                                </cells>
                                <connections>
                                    <outlet property="dataSource" destination="Bn3-e5-Odb" id="QfO-Fa-U2a"/>
                                    <outlet property="delegate" destination="Bn3-e5-Odb" id="zHj-Zn-6uc"/>
                                </connections>
                            </collectionView>
253
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZKg-2M-z15">
254
                                <rect key="frame" x="633" y="65" width="100" height="35"/>
255
                                <color key="backgroundColor" red="0.34509803921568627" green="0.67450980392156867" blue="0.86274509803921573" alpha="1" colorSpace="calibratedRGB"/>
256 257 258 259
                                <constraints>
                                    <constraint firstAttribute="width" constant="100" id="Lbu-8A-n3N"/>
                                    <constraint firstAttribute="height" constant="35" id="jH1-Vj-ajv"/>
                                </constraints>
260
                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
261 262 263 264 265
                                <state key="normal" title="申请兑换">
                                    <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                </state>
                                <userDefinedRuntimeAttributes>
                                    <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
266
                                        <real key="value" value="5"/>
267 268 269 270 271 272
                                    </userDefinedRuntimeAttribute>
                                </userDefinedRuntimeAttributes>
                                <connections>
                                    <action selector="applyExchangeButton:" destination="Bn3-e5-Odb" eventType="touchUpInside" id="qXD-i3-FMJ"/>
                                </connections>
                            </button>
273
                            <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LuM-4O-5F2">
274
                                <rect key="frame" x="508" y="65" width="100" height="35"/>
275
                                <color key="backgroundColor" red="0.34509803921568627" green="0.67450980392156867" blue="0.86274509803921573" alpha="1" colorSpace="calibratedRGB"/>
276 277 278 279
                                <constraints>
                                    <constraint firstAttribute="height" constant="35" id="6aP-FO-UJZ"/>
                                    <constraint firstAttribute="width" constant="100" id="NgI-pG-csh"/>
                                </constraints>
280
                                <fontDescription key="fontDescription" type="system" pointSize="14"/>
281 282 283 284 285
                                <state key="normal" title="兑换记录">
                                    <color key="titleColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                </state>
                                <userDefinedRuntimeAttributes>
                                    <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
286
                                        <real key="value" value="5"/>
287 288 289 290 291 292 293 294
                                    </userDefinedRuntimeAttribute>
                                </userDefinedRuntimeAttributes>
                                <connections>
                                    <action selector="exchangeRecordButton:" destination="Bn3-e5-Odb" eventType="touchUpInside" id="qBV-ed-OHv"/>
                                </connections>
                            </button>
                        </subviews>
                        <color key="backgroundColor" red="0.96078431372549022" green="0.96470588235294119" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
295 296 297 298 299 300 301 302 303 304
                        <constraints>
                            <constraint firstItem="LuM-4O-5F2" firstAttribute="centerY" secondItem="ZKg-2M-z15" secondAttribute="centerY" id="FZk-i9-hbt"/>
                            <constraint firstItem="8mA-NF-xF3" firstAttribute="top" secondItem="LuM-4O-5F2" secondAttribute="bottom" constant="10" id="KLB-T2-v3b"/>
                            <constraint firstItem="8mA-NF-xF3" firstAttribute="leading" secondItem="S8f-mf-Xs2" secondAttribute="leading" id="Mf2-uh-ALy"/>
                            <constraint firstAttribute="trailing" secondItem="ZKg-2M-z15" secondAttribute="trailing" constant="35" id="Pnw-tI-olS"/>
                            <constraint firstAttribute="trailing" secondItem="8mA-NF-xF3" secondAttribute="trailing" id="WPD-Xl-jSW"/>
                            <constraint firstItem="ZKg-2M-z15" firstAttribute="leading" secondItem="LuM-4O-5F2" secondAttribute="trailing" constant="25" id="bif-eY-Ryu"/>
                            <constraint firstItem="MdX-wh-p4Y" firstAttribute="top" secondItem="8mA-NF-xF3" secondAttribute="bottom" id="n7d-ln-34b"/>
                            <constraint firstItem="ZKg-2M-z15" firstAttribute="top" secondItem="ENj-X4-mFs" secondAttribute="bottom" constant="45" id="pFw-06-PzV"/>
                        </constraints>
305 306 307 308 309 310 311 312 313 314 315 316
                    </view>
                    <connections>
                        <outlet property="prizeCollectionViewFlowLayout" destination="BAY-Cu-eCc" id="jNa-tc-glp"/>
                        <outlet property="prizeListCollectionView" destination="8mA-NF-xF3" id="5BY-g2-w3G"/>
                        <outlet property="recordButton" destination="LuM-4O-5F2" id="E0v-qP-Umc"/>
                        <outlet property="requestExchangeButton" destination="ZKg-2M-z15" id="F2W-h1-F45"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="i1p-Kh-eEx" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="957" y="-109"/>
        </scene>
317 318 319 320
        <!--Prize Exchange Details View Controller-->
        <scene sceneID="uNV-zP-vXN">
            <objects>
                <viewController storyboardIdentifier="PrizeExchangeDetailsViewController" id="toP-yM-dDq" customClass="PrizeExchangeDetailsViewController" sceneMemberID="viewController">
321 322 323 324
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="7GR-0c-ewm"/>
                        <viewControllerLayoutGuide type="bottom" id="jVO-nq-vjx"/>
                    </layoutGuides>
325
                    <view key="view" contentMode="scaleToFill" id="gPk-r6-eLE">
326
                        <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
327 328
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
329
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="106" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="6OB-63-x5H">
330
                                <rect key="frame" x="0.0" y="44" width="768" height="980"/>
331 332
                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                <prototypes>
333 334
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PrizeExchangeBillTableViewCell" rowHeight="100" id="nOs-BP-FmU" customClass="PrizeExchangeBillTableViewCell">
                                        <rect key="frame" x="0.0" y="28" width="768" height="100"/>
335 336
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="nOs-BP-FmU" id="MbJ-jd-L1F">
337
                                            <rect key="frame" x="0.0" y="0.0" width="768" height="99"/>
338 339
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
340
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="兑换单号:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="O9g-97-MWd">
341
                                                    <rect key="frame" x="40" y="21" width="65.5" height="18"/>
342 343 344 345
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
346
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1234567" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aya-ed-dzb">
347
                                                    <rect key="frame" x="120.5" y="22" width="54" height="16"/>
348 349 350 351
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
352
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2016年11月22日18:16:19" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QD9-jl-dvj">
353
                                                    <rect key="frame" x="120.5" y="62" width="148" height="16"/>
354 355 356 357
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
358
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="兑换日期:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FwA-ch-K2G">
359
                                                    <rect key="frame" x="40" y="61" width="65.5" height="18"/>
360 361 362 363
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
364
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="兑换状态:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bCB-y3-9PG">
365
                                                    <rect key="frame" x="507.5" y="21" width="65.5" height="18"/>
366 367 368 369
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
370
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="已申请" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ntU-dA-Kkb">
371
                                                    <rect key="frame" x="588" y="22" width="40" height="16"/>
372 373 374 375 376
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
377 378 379 380 381 382 383 384 385 386 387 388 389 390
                                            <constraints>
                                                <constraint firstItem="aya-ed-dzb" firstAttribute="leading" secondItem="O9g-97-MWd" secondAttribute="trailing" constant="15" id="3Y6-f9-v6x"/>
                                                <constraint firstItem="aya-ed-dzb" firstAttribute="centerY" secondItem="O9g-97-MWd" secondAttribute="centerY" id="90w-a8-GqR"/>
                                                <constraint firstItem="bCB-y3-9PG" firstAttribute="centerY" secondItem="O9g-97-MWd" secondAttribute="centerY" id="Dds-mu-cMa"/>
                                                <constraint firstItem="O9g-97-MWd" firstAttribute="centerY" secondItem="MbJ-jd-L1F" secondAttribute="centerY" constant="-20" id="Erz-Uw-GdJ"/>
                                                <constraint firstItem="QD9-jl-dvj" firstAttribute="leading" secondItem="aya-ed-dzb" secondAttribute="leading" id="Jec-Bp-8NY"/>
                                                <constraint firstItem="ntU-dA-Kkb" firstAttribute="centerY" secondItem="bCB-y3-9PG" secondAttribute="centerY" id="Lg3-3g-V3u"/>
                                                <constraint firstItem="FwA-ch-K2G" firstAttribute="centerY" secondItem="MbJ-jd-L1F" secondAttribute="centerY" constant="20" id="PAz-Z7-qTK"/>
                                                <constraint firstItem="FwA-ch-K2G" firstAttribute="leading" secondItem="O9g-97-MWd" secondAttribute="leading" id="YoZ-v7-Nhx"/>
                                                <constraint firstItem="O9g-97-MWd" firstAttribute="leading" secondItem="MbJ-jd-L1F" secondAttribute="leading" constant="40" id="a4y-nP-uXi"/>
                                                <constraint firstItem="ntU-dA-Kkb" firstAttribute="leading" secondItem="bCB-y3-9PG" secondAttribute="trailing" constant="15" id="jIM-BL-5pq"/>
                                                <constraint firstItem="QD9-jl-dvj" firstAttribute="centerY" secondItem="FwA-ch-K2G" secondAttribute="centerY" id="lG5-2L-Ii5"/>
                                                <constraint firstItem="bCB-y3-9PG" firstAttribute="centerX" secondItem="MbJ-jd-L1F" secondAttribute="centerX" constant="40" id="sfv-DT-Mim"/>
                                            </constraints>
391 392 393 394 395 396 397
                                        </tableViewCellContentView>
                                        <connections>
                                            <outlet property="exchangeBillNumberLabel" destination="aya-ed-dzb" id="T4u-Q1-DOY"/>
                                            <outlet property="exchangeStateLabel" destination="ntU-dA-Kkb" id="B2v-8h-0C9"/>
                                            <outlet property="exchangeTimeLabel" destination="QD9-jl-dvj" id="nK9-bu-bwh"/>
                                        </connections>
                                    </tableViewCell>
398 399
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PrizeExchangeConsigneeTableViewCell" rowHeight="100" id="Dqq-9I-czz" customClass="PrizeExchangeConsigneeTableViewCell">
                                        <rect key="frame" x="0.0" y="128" width="768" height="100"/>
400 401
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Dqq-9I-czz" id="sVs-pU-Wny">
402
                                            <rect key="frame" x="0.0" y="0.0" width="768" height="99"/>
403 404
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
405
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="收货人:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uEN-op-W8u">
406
                                                    <rect key="frame" x="40" y="21" width="50.5" height="18"/>
407 408 409 410
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
411
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1234567" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ure-Cw-GPA">
412
                                                    <rect key="frame" x="105.5" y="22" width="54" height="16"/>
413 414 415 416
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
417
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2016年11月22日18:16:19" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dVM-nK-yXe">
418
                                                    <rect key="frame" x="120.5" y="62" width="148" height="16"/>
419 420 421 422
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
423
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="详细地址:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dgF-Oa-dPM">
424
                                                    <rect key="frame" x="40" y="61" width="65.5" height="18"/>
425 426 427 428
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
429
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="手机号码:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="eGs-nr-OvN">
430
                                                    <rect key="frame" x="507.5" y="21" width="65.5" height="18"/>
431 432 433 434
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
435
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="已申请" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iV7-ce-zDB">
436
                                                    <rect key="frame" x="588" y="22" width="40" height="16"/>
437 438 439 440 441
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
442 443 444 445 446 447 448 449 450 451 452 453 454 455
                                            <constraints>
                                                <constraint firstItem="eGs-nr-OvN" firstAttribute="centerX" secondItem="sVs-pU-Wny" secondAttribute="centerX" constant="40" id="8Hj-7v-xzb"/>
                                                <constraint firstItem="eGs-nr-OvN" firstAttribute="centerY" secondItem="uEN-op-W8u" secondAttribute="centerY" id="DRB-75-Zrd"/>
                                                <constraint firstItem="iV7-ce-zDB" firstAttribute="leading" secondItem="eGs-nr-OvN" secondAttribute="trailing" constant="15" id="ENh-db-gLz"/>
                                                <constraint firstItem="uEN-op-W8u" firstAttribute="centerY" secondItem="sVs-pU-Wny" secondAttribute="centerY" constant="-20" id="LpA-KR-qSL"/>
                                                <constraint firstItem="dgF-Oa-dPM" firstAttribute="centerY" secondItem="sVs-pU-Wny" secondAttribute="centerY" constant="20" id="O3W-m3-EBE"/>
                                                <constraint firstItem="iV7-ce-zDB" firstAttribute="centerY" secondItem="eGs-nr-OvN" secondAttribute="centerY" id="Wu2-hD-Lh2"/>
                                                <constraint firstItem="dVM-nK-yXe" firstAttribute="centerY" secondItem="dgF-Oa-dPM" secondAttribute="centerY" id="aj0-ns-DKR"/>
                                                <constraint firstItem="dVM-nK-yXe" firstAttribute="leading" secondItem="dgF-Oa-dPM" secondAttribute="trailing" constant="15" id="dab-V9-eoJ"/>
                                                <constraint firstItem="dgF-Oa-dPM" firstAttribute="leading" secondItem="uEN-op-W8u" secondAttribute="leading" id="hIe-1v-7Ng"/>
                                                <constraint firstItem="Ure-Cw-GPA" firstAttribute="leading" secondItem="uEN-op-W8u" secondAttribute="trailing" constant="15" id="jzP-ov-oCy"/>
                                                <constraint firstItem="Ure-Cw-GPA" firstAttribute="centerY" secondItem="uEN-op-W8u" secondAttribute="centerY" id="kaU-Xr-Y82"/>
                                                <constraint firstItem="uEN-op-W8u" firstAttribute="leading" secondItem="sVs-pU-Wny" secondAttribute="leading" constant="40" id="nfJ-Ne-5gk"/>
                                            </constraints>
456 457 458 459 460 461 462
                                        </tableViewCellContentView>
                                        <connections>
                                            <outlet property="addressLabel" destination="dVM-nK-yXe" id="Hgy-QF-2Wj"/>
                                            <outlet property="consigneeLabel" destination="Ure-Cw-GPA" id="Ocw-Vm-igC"/>
                                            <outlet property="phoneNumberLabel" destination="iV7-ce-zDB" id="dI4-5w-b1X"/>
                                        </connections>
                                    </tableViewCell>
463 464
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PrizeExchangeSectionTableViewCell" rowHeight="60" id="h1B-nj-hUc" customClass="PrizeExchangeSectionTableViewCell">
                                        <rect key="frame" x="0.0" y="228" width="768" height="60"/>
465 466
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="h1B-nj-hUc" id="Y9f-ox-GSm">
467
                                            <rect key="frame" x="0.0" y="0.0" width="768" height="59"/>
468 469
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
470
                                                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Oo9-M7-rcL">
471
                                                    <rect key="frame" x="0.0" y="10" width="1000" height="49.5"/>
472
                                                    <subviews>
473
                                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="促销信息" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aWB-Zw-ZY4">
474
                                                            <rect key="frame" x="28" y="14.5" width="69.5" height="20.5"/>
475 476 477 478 479 480
                                                            <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                            <nil key="textColor"/>
                                                            <nil key="highlightedColor"/>
                                                        </label>
                                                    </subviews>
                                                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
481 482 483 484
                                                    <constraints>
                                                        <constraint firstItem="aWB-Zw-ZY4" firstAttribute="centerY" secondItem="Oo9-M7-rcL" secondAttribute="centerY" id="17s-B5-KwK"/>
                                                        <constraint firstItem="aWB-Zw-ZY4" firstAttribute="leading" secondItem="Oo9-M7-rcL" secondAttribute="leading" constant="28" id="VEC-7i-vtb"/>
                                                    </constraints>
485 486
                                                </view>
                                            </subviews>
487 488 489 490 491 492
                                            <constraints>
                                                <constraint firstAttribute="trailing" secondItem="Oo9-M7-rcL" secondAttribute="trailing" id="28T-t3-4DK"/>
                                                <constraint firstAttribute="bottom" secondItem="Oo9-M7-rcL" secondAttribute="bottom" id="B5Q-HQ-Wae"/>
                                                <constraint firstItem="Oo9-M7-rcL" firstAttribute="leading" secondItem="Y9f-ox-GSm" secondAttribute="leading" id="XIo-2L-6Cm"/>
                                                <constraint firstItem="Oo9-M7-rcL" firstAttribute="top" secondItem="Y9f-ox-GSm" secondAttribute="top" constant="10" id="z1l-ya-vCH"/>
                                            </constraints>
493 494 495 496 497 498
                                        </tableViewCellContentView>
                                        <color key="backgroundColor" red="0.92941176470588238" green="0.93333333333333335" blue="0.93725490196078431" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                        <connections>
                                            <outlet property="sectionTitleLabel" destination="aWB-Zw-ZY4" id="naO-Iy-o4b"/>
                                        </connections>
                                    </tableViewCell>
499 500
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PrizeExchangeInformationTableViewCell" rowHeight="126" id="L62-fY-nOH" customClass="PrizeExchangeInformationTableViewCell">
                                        <rect key="frame" x="0.0" y="288" width="768" height="126"/>
501 502
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="L62-fY-nOH" id="gbr-pV-Tqj">
503
                                            <rect key="frame" x="0.0" y="0.0" width="768" height="125"/>
504 505 506
                                            <autoresizingMask key="autoresizingMask"/>
                                        </tableViewCellContentView>
                                    </tableViewCell>
507 508
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" misplaced="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="PrizeExchangeCourierTableViewCell" rowHeight="60" id="NIn-Su-84l" customClass="PrizeExchangeCourierTableViewCell">
                                        <rect key="frame" x="0.0" y="414" width="768" height="60"/>
509 510
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="NIn-Su-84l" id="slW-As-u76">
511
                                            <rect key="frame" x="0.0" y="0.0" width="768" height="59"/>
512 513
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
514
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="物流公司:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FGB-vT-nML">
515
                                                    <rect key="frame" x="40" y="21" width="65.5" height="18"/>
516 517 518 519
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
520
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="顺丰快递" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cKG-9P-0Ci">
521
                                                    <rect key="frame" x="120.5" y="22" width="53.5" height="16"/>
522 523 524 525
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
526
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="快递单号:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="krH-x5-3MF">
527
                                                    <rect key="frame" x="507.5" y="21" width="65.5" height="18"/>
528 529 530 531
                                                    <fontDescription key="fontDescription" type="system" pointSize="15"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
532
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123456789766" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6dY-4m-yfO">
533
                                                    <rect key="frame" x="588" y="22" width="93.5" height="16"/>
534 535 536 537 538
                                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
539 540 541 542 543 544 545 546 547 548
                                            <constraints>
                                                <constraint firstItem="cKG-9P-0Ci" firstAttribute="centerY" secondItem="FGB-vT-nML" secondAttribute="centerY" id="2Rh-RF-Vva"/>
                                                <constraint firstItem="FGB-vT-nML" firstAttribute="centerY" secondItem="slW-As-u76" secondAttribute="centerY" id="HFE-2U-WvR"/>
                                                <constraint firstItem="cKG-9P-0Ci" firstAttribute="leading" secondItem="FGB-vT-nML" secondAttribute="trailing" constant="15" id="T95-Qw-Phc"/>
                                                <constraint firstItem="6dY-4m-yfO" firstAttribute="leading" secondItem="krH-x5-3MF" secondAttribute="trailing" constant="15" id="Wm9-dj-07x"/>
                                                <constraint firstItem="FGB-vT-nML" firstAttribute="leading" secondItem="slW-As-u76" secondAttribute="leading" constant="40" id="Y40-ew-MiW"/>
                                                <constraint firstItem="krH-x5-3MF" firstAttribute="centerX" secondItem="slW-As-u76" secondAttribute="centerX" constant="40" id="bKH-3A-dAx"/>
                                                <constraint firstItem="krH-x5-3MF" firstAttribute="centerY" secondItem="FGB-vT-nML" secondAttribute="centerY" id="bsN-K6-8ZA"/>
                                                <constraint firstItem="6dY-4m-yfO" firstAttribute="centerY" secondItem="krH-x5-3MF" secondAttribute="centerY" id="tDt-u8-7G0"/>
                                            </constraints>
549 550 551 552 553 554
                                        </tableViewCellContentView>
                                        <connections>
                                            <outlet property="courierCompanyLabel" destination="cKG-9P-0Ci" id="Wfo-25-nRA"/>
                                            <outlet property="courierNumberLabel" destination="6dY-4m-yfO" id="6Y6-KM-A71"/>
                                        </connections>
                                    </tableViewCell>
555 556 557 558 559 560 561 562
                                </prototypes>
                                <connections>
                                    <outlet property="dataSource" destination="toP-yM-dDq" id="zrR-R8-j7H"/>
                                    <outlet property="delegate" destination="toP-yM-dDq" id="ybu-jK-gyf"/>
                                </connections>
                            </tableView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
563 564 565
                        <constraints>
                            <constraint firstItem="jVO-nq-vjx" firstAttribute="top" secondItem="6OB-63-x5H" secondAttribute="bottom" id="9sj-tZ-6wH"/>
                            <constraint firstItem="6OB-63-x5H" firstAttribute="leading" secondItem="gPk-r6-eLE" secondAttribute="leading" id="Bsy-q4-bho"/>
566
                            <constraint firstItem="6OB-63-x5H" firstAttribute="top" secondItem="7GR-0c-ewm" secondAttribute="bottom" constant="24" id="xxF-NK-Nxl"/>
567 568
                            <constraint firstAttribute="trailing" secondItem="6OB-63-x5H" secondAttribute="trailing" id="z27-GL-bif"/>
                        </constraints>
569 570 571 572 573 574 575 576 577
                    </view>
                    <connections>
                        <outlet property="prizeExchangeDetailsTableView" destination="6OB-63-x5H" id="jD3-0C-7kx"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="9hO-o9-PYn" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="957" y="759"/>
        </scene>
578 579 580 581
        <!--Integral Details View Controller-->
        <scene sceneID="St0-Ph-Lj7">
            <objects>
                <viewController storyboardIdentifier="IntegralDetailsViewController" id="XeN-BR-ilm" customClass="IntegralDetailsViewController" sceneMemberID="viewController">
582 583 584 585
                    <layoutGuides>
                        <viewControllerLayoutGuide type="top" id="cBf-k7-i3J"/>
                        <viewControllerLayoutGuide type="bottom" id="zD2-Kj-wag"/>
                    </layoutGuides>
586
                    <view key="view" contentMode="scaleToFill" id="a4e-de-HwQ">
587
                        <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
588 589
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
590
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="60" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="qbR-St-FxM">
591
                                <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
592 593 594
                                <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
                                <prototypes>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="IntegralDetailsTableViewCell" rowHeight="70" id="dvh-wm-f5G" customClass="IntegralDetailsTableViewCell">
595
                                        <rect key="frame" x="0.0" y="28" width="768" height="70"/>
596 597
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="dvh-wm-f5G" id="UeK-sH-3z8">
598
                                            <rect key="frame" x="0.0" y="0.0" width="768" height="69"/>
599 600
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
601
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="积分清零" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YDf-Lj-2uh">
602
                                                    <rect key="frame" x="10" y="17" width="58" height="17"/>
603
                                                    <fontDescription key="fontDescription" type="system" pointSize="14"/>
604 605 606
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
607
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2016年12月14日23:25:13" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="IZs-JW-Ffo">
608
                                                    <rect key="frame" x="10" y="37" width="141" height="15"/>
609
                                                    <fontDescription key="fontDescription" type="system" pointSize="12"/>
610 611 612
                                                    <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
613
                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="-200" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5dd-4T-RC4">
614
                                                    <rect key="frame" x="719" y="24" width="39" height="21"/>
615 616 617 618 619
                                                    <fontDescription key="fontDescription" type="system" pointSize="17"/>
                                                    <nil key="textColor"/>
                                                    <nil key="highlightedColor"/>
                                                </label>
                                            </subviews>
620 621 622 623 624 625 626 627
                                            <constraints>
                                                <constraint firstItem="IZs-JW-Ffo" firstAttribute="centerY" secondItem="UeK-sH-3z8" secondAttribute="centerY" constant="10" id="4Qg-F2-12c"/>
                                                <constraint firstItem="YDf-Lj-2uh" firstAttribute="centerY" secondItem="UeK-sH-3z8" secondAttribute="centerY" constant="-10" id="L8o-aB-6AI"/>
                                                <constraint firstItem="YDf-Lj-2uh" firstAttribute="leading" secondItem="UeK-sH-3z8" secondAttribute="leading" constant="10" id="Wne-J1-V3T"/>
                                                <constraint firstItem="5dd-4T-RC4" firstAttribute="centerY" secondItem="UeK-sH-3z8" secondAttribute="centerY" id="x0x-yx-0FF"/>
                                                <constraint firstAttribute="trailing" secondItem="5dd-4T-RC4" secondAttribute="trailing" constant="10" id="x5v-HH-3OP"/>
                                                <constraint firstItem="IZs-JW-Ffo" firstAttribute="leading" secondItem="YDf-Lj-2uh" secondAttribute="leading" id="yMd-ma-99C"/>
                                            </constraints>
628 629 630 631 632 633 634
                                        </tableViewCellContentView>
                                        <connections>
                                            <outlet property="integralNumberLabel" destination="5dd-4T-RC4" id="WmW-kF-Vdu"/>
                                            <outlet property="integralTimeLabel" destination="IZs-JW-Ffo" id="SVm-LG-eZu"/>
                                            <outlet property="integralTypeLabel" destination="YDf-Lj-2uh" id="RPp-tv-Fqk"/>
                                        </connections>
                                    </tableViewCell>
635
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="prizeDetailsTableViewCell" rowHeight="90" id="GX2-Gv-YRn" customClass="prizeDetailsTableViewCell">
636
                                        <rect key="frame" x="0.0" y="98" width="768" height="90"/>
637 638
                                        <autoresizingMask key="autoresizingMask"/>
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="GX2-Gv-YRn" id="tQ9-m3-04b">
639
                                            <rect key="frame" x="0.0" y="0.0" width="768" height="89"/>
640 641
                                            <autoresizingMask key="autoresizingMask"/>
                                            <subviews>
642
                                                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Zvz-7f-MPc">
643
                                                    <rect key="frame" x="25" y="8" width="718" height="75"/>
曹云霄's avatar
曹云霄 committed
644
                                                    <subviews>
645
                                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="兑换单号:" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WLA-Tz-XJu">
646
                                                            <rect key="frame" x="20" y="39" width="62" height="15"/>
647
                                                            <fontDescription key="fontDescription" type="system" pointSize="12"/>
曹云霄's avatar
曹云霄 committed
648 649 650
                                                            <nil key="textColor"/>
                                                            <nil key="highlightedColor"/>
                                                        </label>
651
                                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1234567898754" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fKt-d3-ydD">
652
                                                            <rect key="frame" x="87" y="39" width="95" height="15"/>
653
                                                            <fontDescription key="fontDescription" type="system" pointSize="12"/>
曹云霄's avatar
曹云霄 committed
654 655 656
                                                            <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
                                                            <nil key="highlightedColor"/>
                                                        </label>
657
                                                        <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ynF-nD-CoS">
658
                                                            <rect key="frame" x="608" y="17" width="100" height="40"/>
659 660 661 662
                                                            <constraints>
                                                                <constraint firstAttribute="width" constant="100" id="7kY-E3-pLl"/>
                                                                <constraint firstAttribute="height" constant="40" id="xyv-cI-LdF"/>
                                                            </constraints>
663
                                                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="13"/>
曹云霄's avatar
曹云霄 committed
664 665 666 667 668 669 670 671 672
                                                            <inset key="titleEdgeInsets" minX="-20" minY="0.0" maxX="0.0" maxY="0.0"/>
                                                            <inset key="imageEdgeInsets" minX="78" minY="0.0" maxX="0.0" maxY="0.0"/>
                                                            <state key="normal" title="已申请" image="right">
                                                                <color key="titleColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                                            </state>
                                                            <connections>
                                                                <action selector="prizeStateButtonClickAction:" destination="GX2-Gv-YRn" eventType="touchUpInside" id="bAK-rJ-tTb"/>
                                                            </connections>
                                                        </button>
673
                                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="2016年11月22日10:07:57" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AiS-xF-TBa">
674
                                                            <rect key="frame" x="20" y="19" width="161" height="17"/>
675
                                                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
曹云霄's avatar
曹云霄 committed
676 677 678 679 680
                                                            <nil key="textColor"/>
                                                            <nil key="highlightedColor"/>
                                                        </label>
                                                    </subviews>
                                                    <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
681 682 683 684 685 686 687 688 689 690 691
                                                    <constraints>
                                                        <constraint firstAttribute="height" constant="75" id="3wn-yw-DBU"/>
                                                        <constraint firstAttribute="trailing" secondItem="ynF-nD-CoS" secondAttribute="trailing" constant="10" id="8tZ-qg-zif"/>
                                                        <constraint firstItem="fKt-d3-ydD" firstAttribute="leading" secondItem="WLA-Tz-XJu" secondAttribute="trailing" constant="5" id="B7O-Cz-Z3E"/>
                                                        <constraint firstItem="fKt-d3-ydD" firstAttribute="centerY" secondItem="WLA-Tz-XJu" secondAttribute="centerY" id="Bni-tz-GS4"/>
                                                        <constraint firstItem="WLA-Tz-XJu" firstAttribute="centerY" secondItem="Zvz-7f-MPc" secondAttribute="centerY" constant="10" id="COD-P6-dkK"/>
                                                        <constraint firstItem="AiS-xF-TBa" firstAttribute="leading" secondItem="Zvz-7f-MPc" secondAttribute="leading" constant="20" id="QID-T2-PPF"/>
                                                        <constraint firstItem="WLA-Tz-XJu" firstAttribute="leading" secondItem="AiS-xF-TBa" secondAttribute="leading" id="iP5-vS-dFO"/>
                                                        <constraint firstItem="ynF-nD-CoS" firstAttribute="centerY" secondItem="Zvz-7f-MPc" secondAttribute="centerY" id="qqd-Au-jez"/>
                                                        <constraint firstItem="AiS-xF-TBa" firstAttribute="centerY" secondItem="Zvz-7f-MPc" secondAttribute="centerY" constant="-10" id="yQI-FF-pUJ"/>
                                                    </constraints>
曹云霄's avatar
曹云霄 committed
692 693 694 695 696 697
                                                    <userDefinedRuntimeAttributes>
                                                        <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                                            <real key="value" value="2"/>
                                                        </userDefinedRuntimeAttribute>
                                                    </userDefinedRuntimeAttributes>
                                                </view>
698
                                            </subviews>
699 700 701 702 703
                                            <constraints>
                                                <constraint firstAttribute="trailing" secondItem="Zvz-7f-MPc" secondAttribute="trailing" constant="25" id="bQQ-Xx-iig"/>
                                                <constraint firstItem="Zvz-7f-MPc" firstAttribute="centerY" secondItem="tQ9-m3-04b" secondAttribute="centerY" id="jhD-Y3-ZDd"/>
                                                <constraint firstItem="Zvz-7f-MPc" firstAttribute="leading" secondItem="tQ9-m3-04b" secondAttribute="leading" constant="25" id="mDy-dA-521"/>
                                            </constraints>
704
                                        </tableViewCellContentView>
曹云霄's avatar
曹云霄 committed
705
                                        <color key="backgroundColor" red="0.92941176470588238" green="0.93333333333333335" blue="0.93725490196078431" alpha="1" colorSpace="calibratedRGB"/>
706 707 708 709 710
                                        <connections>
                                            <outlet property="prizeOrderNumberLabel" destination="fKt-d3-ydD" id="pfB-Zo-MKE"/>
                                            <outlet property="prizeStateButton" destination="ynF-nD-CoS" id="ZYa-7d-mho"/>
                                            <outlet property="prizeTimeLabel" destination="AiS-xF-TBa" id="WdS-SS-PoV"/>
                                        </connections>
711 712 713 714 715 716 717 718 719
                                    </tableViewCell>
                                </prototypes>
                                <connections>
                                    <outlet property="dataSource" destination="XeN-BR-ilm" id="HXM-7L-S5j"/>
                                    <outlet property="delegate" destination="XeN-BR-ilm" id="nxb-Ya-fzr"/>
                                </connections>
                            </tableView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
720 721 722 723 724 725
                        <constraints>
                            <constraint firstItem="qbR-St-FxM" firstAttribute="top" secondItem="a4e-de-HwQ" secondAttribute="top" id="0Pa-Dt-sUd"/>
                            <constraint firstItem="qbR-St-FxM" firstAttribute="leading" secondItem="a4e-de-HwQ" secondAttribute="leading" id="1YS-Bq-NO6"/>
                            <constraint firstItem="zD2-Kj-wag" firstAttribute="top" secondItem="qbR-St-FxM" secondAttribute="bottom" id="7u3-w5-QFP"/>
                            <constraint firstAttribute="trailing" secondItem="qbR-St-FxM" secondAttribute="trailing" id="ziY-bH-VFp"/>
                        </constraints>
726 727 728
                    </view>
                    <connections>
                        <outlet property="integralDetailsTableView" destination="qbR-St-FxM" id="9J9-IX-hQG"/>
729
                        <outlet property="topConstraint" destination="0Pa-Dt-sUd" id="VpJ-Iv-jRt"/>
730 731 732 733 734 735
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="btA-xw-IIj" userLabel="First Responder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="-177" y="759"/>
        </scene>
736
    </scenes>
737
    <resources>
738 739 740
        <image name="00登录-谭" width="1024" height="768"/>
        <image name="bg" width="26" height="26"/>
        <image name="box-副本" width="26" height="26"/>
741 742
        <image name="right" width="8" height="13"/>
    </resources>
743 744
    <simulatedMetricsContainer key="defaultSimulatedMetrics">
        <simulatedStatusBarMetrics key="statusBar"/>
745
        <simulatedOrientationMetrics key="orientation"/>
746 747 748
        <simulatedScreenMetrics key="destination"/>
    </simulatedMetricsContainer>
</document>