宽窄优行-由【嘉易行】项目成品而来
younger_times
2023-07-05 0d8f5fc8a516bfd07e425909e4a4432600572ee7
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
    <device id="retina6_1" orientation="portrait" appearance="light"/>
    <dependencies>
        <deployment identifier="iOS"/>
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
        <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="CarDetailCarCommentVC" customModule="OK出行" customModuleProvider="target">
            <connections>
                <outlet property="commentBottomCons" destination="qdG-sJ-2jA" id="Z3f-Vk-HsJ"/>
                <outlet property="commentView" destination="hJy-mS-8NY" id="R7H-nM-yQg"/>
                <outlet property="profileImg" destination="7tO-Xi-RxY" id="hoW-zD-3QC"/>
                <outlet property="tableView" destination="Tti-UK-LAc" id="EPy-mc-mjD"/>
                <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="414" height="896"/>
            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
            <subviews>
                <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" estimatedSectionHeaderHeight="-1" sectionFooterHeight="18" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="Tti-UK-LAc">
                    <rect key="frame" x="0.0" y="44" width="414" height="767"/>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                </tableView>
                <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="hJy-mS-8NY">
                    <rect key="frame" x="0.0" y="811" width="414" height="51"/>
                    <subviews>
                        <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="7tO-Xi-RxY">
                            <rect key="frame" x="17" y="6.5" width="38" height="38"/>
                            <constraints>
                                <constraint firstAttribute="width" constant="38" id="H57-yd-EDf"/>
                                <constraint firstAttribute="height" constant="38" id="eMO-pO-pHw"/>
                            </constraints>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="maskToBounds" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                    <real key="value" value="19"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                        </imageView>
                        <view userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="IVt-h7-hK6">
                            <rect key="frame" x="67" y="6" width="335" height="34"/>
                            <subviews>
                                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_edit" translatesAutoresizingMaskIntoConstraints="NO" id="XNM-yl-FNa">
                                    <rect key="frame" x="0.0" y="0.5" width="30" height="33"/>
                                </imageView>
                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="发表评论(最多150字)" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lad-8y-dCS">
                                    <rect key="frame" x="39" y="9" width="142" height="16"/>
                                    <fontDescription key="fontDescription" type="system" pointSize="13"/>
                                    <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
                                    <nil key="highlightedColor"/>
                                </label>
                            </subviews>
                            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                            <constraints>
                                <constraint firstItem="Lad-8y-dCS" firstAttribute="centerY" secondItem="XNM-yl-FNa" secondAttribute="centerY" id="8ne-L4-8se"/>
                                <constraint firstAttribute="height" constant="34" id="EJL-nd-Ira"/>
                                <constraint firstItem="Lad-8y-dCS" firstAttribute="leading" secondItem="XNM-yl-FNa" secondAttribute="trailing" constant="9" id="G2T-rC-zaA"/>
                                <constraint firstItem="XNM-yl-FNa" firstAttribute="centerY" secondItem="IVt-h7-hK6" secondAttribute="centerY" id="Mab-cO-y9y"/>
                                <constraint firstItem="XNM-yl-FNa" firstAttribute="leading" secondItem="IVt-h7-hK6" secondAttribute="leading" id="Yfa-OV-dRZ"/>
                            </constraints>
                            <userDefinedRuntimeAttributes>
                                <userDefinedRuntimeAttribute type="boolean" keyPath="maskToBounds" value="YES"/>
                                <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                    <real key="value" value="17"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
                                    <real key="value" value="1"/>
                                </userDefinedRuntimeAttribute>
                                <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
                                    <color key="value" red="0.84313725490196079" green="0.84313725490196079" blue="0.84313725490196079" alpha="0.84705882352941175" colorSpace="custom" customColorSpace="sRGB"/>
                                </userDefinedRuntimeAttribute>
                            </userDefinedRuntimeAttributes>
                        </view>
                    </subviews>
                    <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                    <constraints>
                        <constraint firstItem="7tO-Xi-RxY" firstAttribute="centerY" secondItem="hJy-mS-8NY" secondAttribute="centerY" id="UUL-Rr-8np"/>
                        <constraint firstItem="IVt-h7-hK6" firstAttribute="leading" secondItem="7tO-Xi-RxY" secondAttribute="trailing" constant="12" id="Yf1-fL-mnf"/>
                        <constraint firstItem="7tO-Xi-RxY" firstAttribute="leading" secondItem="hJy-mS-8NY" secondAttribute="leading" constant="17" id="hhB-8x-oja"/>
                        <constraint firstItem="IVt-h7-hK6" firstAttribute="top" secondItem="hJy-mS-8NY" secondAttribute="top" constant="6" id="pee-Nk-Q3Q"/>
                        <constraint firstAttribute="trailing" secondItem="IVt-h7-hK6" secondAttribute="trailing" constant="12" id="wGm-gD-ujT"/>
                        <constraint firstAttribute="height" constant="51" id="xUo-Y8-ORR"/>
                    </constraints>
                </view>
            </subviews>
            <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
            <color key="backgroundColor" systemColor="systemBackgroundColor"/>
            <constraints>
                <constraint firstItem="Tti-UK-LAc" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="2VV-mP-Ckj"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="Tti-UK-LAc" secondAttribute="trailing" id="8RN-oJ-PC0"/>
                <constraint firstItem="Tti-UK-LAc" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="JFS-WE-EcH"/>
                <constraint firstItem="hJy-mS-8NY" firstAttribute="top" secondItem="Tti-UK-LAc" secondAttribute="bottom" id="UOA-eT-kF9"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="hJy-mS-8NY" secondAttribute="trailing" id="gaD-Rq-L5Y"/>
                <constraint firstItem="hJy-mS-8NY" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="oxt-Yb-xaQ"/>
                <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="hJy-mS-8NY" secondAttribute="bottom" id="qdG-sJ-2jA"/>
            </constraints>
            <point key="canvasLocation" x="139" y="154"/>
        </view>
    </objects>
    <resources>
        <image name="icon_edit" width="30" height="33"/>
        <systemColor name="systemBackgroundColor">
            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
        </systemColor>
    </resources>
</document>