杨锴
2025-05-11 7453d2d0cef415b34323d1b91e6cfa4a6ba31178
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_12" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="System colors in document resources" minToolsVersion="11.0"/>
        <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"/>
        <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="QRWithTitlePreview" customModule="WanPai" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6Xm-xv-C5a">
                    <rect key="frame" x="44" y="286" width="305" height="305"/>
                    <subviews>
                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qrK-YT-Vlw">
                            <rect key="frame" x="36" y="55" width="233" height="234"/>
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        </imageView>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FOT-ck-6Oq">
                            <rect key="frame" x="126.99999999999999" y="17" width="51.333333333333329" height="29"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="29" id="coO-JY-M1Y"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" weight="medium" pointSize="21"/>
                            <nil key="textColor"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="qrK-YT-Vlw" secondAttribute="trailing" constant="36" id="2r1-gf-0Hr"/>
                        <constraint firstItem="qrK-YT-Vlw" firstAttribute="top" secondItem="FOT-ck-6Oq" secondAttribute="bottom" constant="9" id="2rL-7z-gfs"/>
                        <constraint firstItem="qrK-YT-Vlw" firstAttribute="leading" secondItem="6Xm-xv-C5a" secondAttribute="leading" constant="36" id="8j4-NN-TC6"/>
                        <constraint firstAttribute="width" secondItem="6Xm-xv-C5a" secondAttribute="height" multiplier="1:1" id="FIQ-di-qre"/>
                        <constraint firstItem="FOT-ck-6Oq" firstAttribute="centerX" secondItem="6Xm-xv-C5a" secondAttribute="centerX" id="Ots-du-pbV"/>
                        <constraint firstItem="FOT-ck-6Oq" firstAttribute="top" secondItem="6Xm-xv-C5a" secondAttribute="top" constant="17" id="gkX-Js-6JH"/>
                        <constraint firstAttribute="bottom" secondItem="qrK-YT-Vlw" secondAttribute="bottom" constant="16" id="p6R-oB-CK0"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6h6-EG-G3b">
                    <rect key="frame" x="175.66666666666666" y="632" width="42" height="43"/>
                    <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                    <state key="normal" image="btn_close_1"/>
                    <connections>
                        <action selector="closeAction:" destination="iN0-l3-epB" eventType="touchUpInside" id="64a-G4-2GZ"/>
                    </connections>
                </button>
            </subviews>
            <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="6Xm-xv-C5a" firstAttribute="centerY" secondItem="vUN-kp-3ea" secondAttribute="centerY" id="OUU-au-Ymy"/>
                <constraint firstItem="6Xm-xv-C5a" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="44" id="ZuO-Pn-vED"/>
                <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="6Xm-xv-C5a" secondAttribute="trailing" constant="44" id="eJ8-La-vaJ"/>
                <constraint firstItem="6h6-EG-G3b" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="fXK-zW-LKQ"/>
                <constraint firstItem="6h6-EG-G3b" firstAttribute="top" secondItem="6Xm-xv-C5a" secondAttribute="bottom" constant="41" id="sTK-om-MNs"/>
                <constraint firstItem="6Xm-xv-C5a" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="ttV-yM-U0x"/>
            </constraints>
            <connections>
                <outlet property="btn_close" destination="6h6-EG-G3b" id="5Mr-zE-PfA"/>
                <outlet property="img_QRCode" destination="qrK-YT-Vlw" id="vM8-Z3-XjK"/>
                <outlet property="label_title" destination="FOT-ck-6Oq" id="AAv-FL-YxS"/>
            </connections>
            <point key="canvasLocation" x="101.5267175572519" y="20.422535211267608"/>
        </view>
    </objects>
    <resources>
        <image name="btn_close_1" width="42" height="43"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>