无故事王国
2023-10-17 77041c81c325c0bc88c94dc28d732f656cc4c885
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22129"/>
        <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>
                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="6HX-Cl-1DV">
                    <rect key="frame" x="44" y="273.66666666666669" width="305" height="305.00000000000006"/>
                    <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                    <constraints>
                        <constraint firstAttribute="width" secondItem="6HX-Cl-1DV" secondAttribute="height" multiplier="1:1" id="qZS-VY-glI"/>
                    </constraints>
                </imageView>
                <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="42"/>
                    <constraints>
                        <constraint firstAttribute="width" constant="42" id="VB4-al-dnO"/>
                        <constraint firstAttribute="height" constant="42" id="fYE-6n-Jdz"/>
                    </constraints>
                    <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.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
            <constraints>
                <constraint firstAttribute="trailing" secondItem="6HX-Cl-1DV" secondAttribute="trailing" constant="44" id="97i-gB-Zk8"/>
                <constraint firstItem="Uua-ww-qMC" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Hsf-NB-MIA"/>
                <constraint firstItem="6HX-Cl-1DV" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="44" id="KmT-Q0-pyD"/>
                <constraint firstItem="6HX-Cl-1DV" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="UGF-9N-bzH"/>
                <constraint firstItem="Uua-ww-qMC" firstAttribute="top" secondItem="6HX-Cl-1DV" secondAttribute="bottom" constant="41" id="fgE-fX-MS9"/>
                <constraint firstItem="6HX-Cl-1DV" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="uEH-Zs-7cc"/>
            </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"/>
    </resources>
</document>