无故事王国
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
<?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="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="TroubleHistoryContentVC" customModule="BrokerDriver" customModuleProvider="target">
            <connections>
                <outlet property="label_content" destination="aw5-Ic-ju8" id="5b7-fN-rzO"/>
                <outlet property="label_title" destination="Qeg-gx-Upj" id="4lD-Xg-tB9"/>
                <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>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qeg-gx-Upj">
                    <rect key="frame" x="15" y="82" width="363" height="17"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="17" id="NBE-3N-Ysy"/>
                    </constraints>
                    <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                    <nil key="textColor"/>
                    <nil key="highlightedColor"/>
                </label>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wBw-kb-kSK">
                    <rect key="frame" x="15" y="115" width="363" height="0.6666666666666714"/>
                    <color key="backgroundColor" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                    <constraints>
                        <constraint firstAttribute="height" constant="0.5" id="s6i-QD-bIc"/>
                    </constraints>
                </view>
                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aw5-Ic-ju8">
                    <rect key="frame" x="15" y="131.66666666666666" width="363" height="17"/>
                    <fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
                    <nil key="textColor"/>
                    <nil key="highlightedColor"/>
                </label>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="Qeg-gx-Upj" secondAttribute="trailing" constant="15" id="5dI-AN-Oot"/>
                <constraint firstItem="Qeg-gx-Upj" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="23" id="H4x-EY-PvL"/>
                <constraint firstItem="wBw-kb-kSK" firstAttribute="top" secondItem="Qeg-gx-Upj" secondAttribute="bottom" constant="16" id="N62-Zx-5DU"/>
                <constraint firstItem="aw5-Ic-ju8" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="15" id="Zsi-JL-kxZ"/>
                <constraint firstItem="wBw-kb-kSK" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="15" id="e2b-gJ-7Sb"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="wBw-kb-kSK" secondAttribute="trailing" constant="15" id="fqi-Yz-tZ9"/>
                <constraint firstItem="Qeg-gx-Upj" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="15" id="fvE-q9-Jcn"/>
                <constraint firstItem="aw5-Ic-ju8" firstAttribute="top" secondItem="wBw-kb-kSK" secondAttribute="bottom" constant="16" id="izc-tV-w01"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="aw5-Ic-ju8" secondAttribute="trailing" constant="15" id="x3O-kc-0Ca"/>
            </constraints>
            <point key="canvasLocation" x="138" y="21"/>
        </view>
    </objects>
    <resources>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>