无故事王国
2023-10-25 158f3707711ad4be78a55dc73a98aa1c9acda0dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21678"/>
        <capability name="Named colors" minToolsVersion="9.0"/>
        <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" customClass="PersonalWalletVC" customModule="BrokerDriver" customModuleProvider="target">
            <connections>
                <outlet property="label_account" destination="iCG-Rf-aPw" id="Tp3-HJ-5dc"/>
                <outlet property="label_billNumber" destination="zIQ-Gr-hFg" id="Sl9-HS-uwc"/>
                <outlet property="label_paid" destination="TFK-w0-C7W" id="G7g-qx-84O"/>
                <outlet property="label_unpaid" destination="vqb-fC-SoE" id="n8z-Dj-Aqs"/>
                <outlet property="tableView" destination="GLv-NR-yay" id="sJZ-fK-K3g"/>
                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
            </connections>
        </placeholder>
        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
            <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="B7e-pb-LkF">
                    <rect key="frame" x="0.0" y="0.0" width="393" height="253.33333333333334"/>
                    <subviews>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="The bill number:0days" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zIQ-Gr-hFg">
                            <rect key="frame" x="125.00000000000001" y="222.33333333333334" width="143.33333333333337" height="17"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="17" id="8Zv-Vc-TY1"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="14"/>
                            <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b0Q-KB-ZRb">
                            <rect key="frame" x="196" y="176.33333333333334" width="1" height="23"/>
                            <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.40999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="1" id="fdE-RK-9gy"/>
                                <constraint firstAttribute="height" constant="23" id="mSQ-8c-mV5"/>
                            </constraints>
                        </view>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total paid:0.00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TFK-w0-C7W">
                            <rect key="frame" x="197" y="178.33333333333334" width="196" height="19.333333333333343"/>
                            <fontDescription key="fontDescription" type="system" pointSize="16"/>
                            <color key="textColor" red="0.1803921568627451" green="0.1803921568627451" blue="0.1803921568627451" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Total unpaid:0.00" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vqb-fC-SoE">
                            <rect key="frame" x="0.0" y="178.33333333333334" width="196" height="19.333333333333343"/>
                            <fontDescription key="fontDescription" type="system" pointSize="16"/>
                            <color key="textColor" red="0.1803921568627451" green="0.1803921568627451" blue="0.1803921568627451" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                            <nil key="highlightedColor"/>
                        </label>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0.00" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iCG-Rf-aPw">
                            <rect key="frame" x="159.33333333333334" y="104.33333333333333" width="74.333333333333343" height="43.999999999999986"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="44" id="Rgk-GV-Osq"/>
                            </constraints>
                            <fontDescription key="fontDescription" type="system" pointSize="36"/>
                            <nil key="textColor"/>
                            <nil key="highlightedColor"/>
                        </label>
                    </subviews>
                    <color key="backgroundColor" name="ThemeColor"/>
                    <constraints>
                        <constraint firstAttribute="trailing" secondItem="TFK-w0-C7W" secondAttribute="trailing" id="6Yw-fB-KRX"/>
                        <constraint firstItem="zIQ-Gr-hFg" firstAttribute="centerX" secondItem="B7e-pb-LkF" secondAttribute="centerX" id="8aJ-ro-3zk"/>
                        <constraint firstItem="iCG-Rf-aPw" firstAttribute="centerX" secondItem="B7e-pb-LkF" secondAttribute="centerX" id="8ss-Lr-Zmj"/>
                        <constraint firstItem="b0Q-KB-ZRb" firstAttribute="top" secondItem="iCG-Rf-aPw" secondAttribute="bottom" constant="28" id="9Jc-EC-EMt"/>
                        <constraint firstItem="vqb-fC-SoE" firstAttribute="leading" secondItem="B7e-pb-LkF" secondAttribute="leading" id="BZN-54-CbW"/>
                        <constraint firstAttribute="width" secondItem="B7e-pb-LkF" secondAttribute="height" multiplier="1:0.645" id="C9A-aj-1nd"/>
                        <constraint firstItem="b0Q-KB-ZRb" firstAttribute="leading" secondItem="vqb-fC-SoE" secondAttribute="trailing" id="DOS-Xg-OKb"/>
                        <constraint firstItem="zIQ-Gr-hFg" firstAttribute="top" secondItem="b0Q-KB-ZRb" secondAttribute="bottom" constant="23" id="F3K-pX-Xll"/>
                        <constraint firstItem="TFK-w0-C7W" firstAttribute="leading" secondItem="b0Q-KB-ZRb" secondAttribute="trailing" id="Hdw-pg-RD4"/>
                        <constraint firstItem="TFK-w0-C7W" firstAttribute="centerY" secondItem="b0Q-KB-ZRb" secondAttribute="centerY" id="IZ5-BG-ToK"/>
                        <constraint firstItem="b0Q-KB-ZRb" firstAttribute="centerX" secondItem="zIQ-Gr-hFg" secondAttribute="centerX" id="WaJ-LZ-QVV"/>
                        <constraint firstItem="b0Q-KB-ZRb" firstAttribute="centerY" secondItem="vqb-fC-SoE" secondAttribute="centerY" id="cHJ-KR-FHR"/>
                        <constraint firstAttribute="bottom" secondItem="zIQ-Gr-hFg" secondAttribute="bottom" constant="14" id="psF-Fx-uPp"/>
                    </constraints>
                </view>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Payment details" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0wH-f4-0tN">
                    <rect key="frame" x="14" y="271.33333333333331" width="138" height="22"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="22" id="pEc-cc-9GM"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
                    <color key="textColor" red="0.19215686274509802" green="0.19215686274509802" blue="0.19215686274509802" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <nil key="highlightedColor"/>
                </label>
                <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="GLv-NR-yay" customClass="BaseTableView" customModule="BrokerDriver" customModuleProvider="target">
                    <rect key="frame" x="0.0" y="299.33333333333331" width="393" height="518.66666666666674"/>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                </tableView>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="B7e-pb-LkF" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="2Lm-em-Z2v"/>
                <constraint firstItem="GLv-NR-yay" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="3OC-kx-Sl0"/>
                <constraint firstItem="0wH-f4-0tN" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="14" id="IMR-fr-Q1E"/>
                <constraint firstItem="GLv-NR-yay" firstAttribute="top" secondItem="0wH-f4-0tN" secondAttribute="bottom" constant="6" id="MV1-HM-gbk"/>
                <constraint firstItem="B7e-pb-LkF" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="REF-lc-6Vb"/>
                <constraint firstItem="0wH-f4-0tN" firstAttribute="top" secondItem="B7e-pb-LkF" secondAttribute="bottom" constant="18" id="Wva-bS-F8i"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="B7e-pb-LkF" secondAttribute="trailing" id="nCR-7l-Q94"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="GLv-NR-yay" secondAttribute="bottom" id="tRh-em-PsP"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="GLv-NR-yay" secondAttribute="trailing" id="tWv-Gk-TXU"/>
            </constraints>
            <point key="canvasLocation" x="136.64122137404578" y="20.422535211267608"/>
        </view>
    </objects>
    <resources>
        <namedColor name="ThemeColor">
            <color red="0.99199998378753662" green="0.82700002193450928" blue="0.016000000759959221" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
        </namedColor>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>