杨锴
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
<?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="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="QRPreview" 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="TVQ-se-KCE">
                    <rect key="frame" x="44" y="273.66666666666669" width="305" height="305.00000000000006"/>
                    <subviews>
                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6HX-Cl-1DV">
                            <rect key="frame" x="20" y="20" width="265" height="265"/>
                            <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        </imageView>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstAttribute="width" secondItem="TVQ-se-KCE" secondAttribute="height" multiplier="1:1" id="CYF-iu-Mn0"/>
                        <constraint firstItem="6HX-Cl-1DV" firstAttribute="leading" secondItem="TVQ-se-KCE" secondAttribute="leading" constant="20" id="QtD-k4-EOo"/>
                        <constraint firstAttribute="trailing" secondItem="6HX-Cl-1DV" secondAttribute="trailing" constant="20" id="Xoq-AI-8AN"/>
                        <constraint firstAttribute="bottom" secondItem="6HX-Cl-1DV" secondAttribute="bottom" constant="20" id="bvj-Pb-h3j"/>
                        <constraint firstItem="6HX-Cl-1DV" firstAttribute="top" secondItem="TVQ-se-KCE" secondAttribute="top" constant="20" id="did-a2-bLe"/>
                    </constraints>
                </view>
                <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Uua-ww-qMC">
                    <rect key="frame" x="175.66666666666666" y="619.66666666666663" 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="98C-sY-O1r"/>
                    </connections>
                </button>
            </subviews>
            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.90000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstItem="Uua-ww-qMC" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="06a-BT-uko"/>
                <constraint firstItem="TVQ-se-KCE" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="LOt-mN-q8V"/>
                <constraint firstItem="TVQ-se-KCE" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="iu0-Vj-rEP"/>
                <constraint firstItem="Uua-ww-qMC" firstAttribute="top" secondItem="TVQ-se-KCE" secondAttribute="bottom" constant="41" id="k8O-8x-dRQ"/>
                <constraint firstItem="TVQ-se-KCE" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="44" id="odi-8W-l92"/>
                <constraint firstAttribute="trailing" secondItem="TVQ-se-KCE" secondAttribute="trailing" constant="44" id="s3J-kY-3ER"/>
            </constraints>
            <connections>
                <outlet property="btn_close" destination="Uua-ww-qMC" id="0hz-tc-D5t"/>
                <outlet property="img_QRCode" destination="6HX-Cl-1DV" id="3vh-6u-afq"/>
            </connections>
            <point key="canvasLocation" x="54" y="21"/>
        </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>