Blame view

Twear/Setting/VIew/ContactCell.xib 9.46 KB
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
  <?xml version="1.0" encoding="UTF-8"?>
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" 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="19454"/>
          <capability name="Safe area layout guides" minToolsVersion="9.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"/>
582f536d   yangbin   common:2022.1.28
13
14
          <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="72" id="KGk-i7-Jjw" customClass="ContactCell" customModule="Twear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="390" height="72"/>
75d24c15   yangbin   123
15
16
              <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
              <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
582f536d   yangbin   common:2022.1.28
17
                  <rect key="frame" x="0.0" y="0.0" width="390" height="72"/>
75d24c15   yangbin   123
18
19
20
                  <autoresizingMask key="autoresizingMask"/>
                  <subviews>
                      <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vw4-da-3ov">
582f536d   yangbin   common:2022.1.28
21
                          <rect key="frame" x="12" y="21" width="30" height="30"/>
75d24c15   yangbin   123
22
23
24
25
26
27
                          <subviews>
                              <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="123" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5cY-U1-JN1">
                                  <rect key="frame" x="0.0" y="0.0" width="30" height="30"/>
                                  <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
                                  <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                                  <nil key="highlightedColor"/>
75d24c15   yangbin   123
28
29
30
31
32
33
34
35
36
37
38
                              </label>
                          </subviews>
                          <color key="backgroundColor" red="0.0" green="0.59999999999999998" blue="0.24313725490196078" alpha="1" colorSpace="calibratedRGB"/>
                          <constraints>
                              <constraint firstItem="5cY-U1-JN1" firstAttribute="top" secondItem="vw4-da-3ov" secondAttribute="top" id="0gi-A1-MfO"/>
                              <constraint firstAttribute="height" constant="30" id="GGn-XF-a30"/>
                              <constraint firstAttribute="trailing" secondItem="5cY-U1-JN1" secondAttribute="trailing" id="J3G-rW-f2F"/>
                              <constraint firstItem="5cY-U1-JN1" firstAttribute="leading" secondItem="vw4-da-3ov" secondAttribute="leading" id="cwV-vh-shn"/>
                              <constraint firstAttribute="bottom" secondItem="5cY-U1-JN1" secondAttribute="bottom" id="pVu-54-5Qc"/>
                              <constraint firstAttribute="width" constant="30" id="w5U-LV-xGt"/>
                          </constraints>
582f536d   yangbin   common:2022.1.28
39
40
41
42
43
                          <userDefinedRuntimeAttributes>
                              <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
                                  <integer key="value" value="15"/>
                              </userDefinedRuntimeAttribute>
                          </userDefinedRuntimeAttributes>
75d24c15   yangbin   123
44
45
                      </view>
                      <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BeG-iQ-7ux">
582f536d   yangbin   common:2022.1.28
46
                          <rect key="frame" x="52" y="17.5" width="38" height="21"/>
75d24c15   yangbin   123
47
48
49
50
51
                          <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
                          <nil key="textColor"/>
                          <nil key="highlightedColor"/>
                      </label>
                      <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="262-2e-ia6">
582f536d   yangbin   common:2022.1.28
52
                          <rect key="frame" x="52" y="36.5" width="33" height="19"/>
75d24c15   yangbin   123
53
54
55
56
                          <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
                          <color key="textColor" red="0.50196078431372548" green="0.50196078431372548" blue="0.50196078431372548" alpha="1" colorSpace="calibratedRGB"/>
                          <nil key="highlightedColor"/>
                      </label>
582f536d   yangbin   common:2022.1.28
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
                      <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="contact_selected" translatesAutoresizingMaskIntoConstraints="NO" id="nrf-aw-GNN">
                          <rect key="frame" x="339" y="28" width="16" height="16"/>
                          <constraints>
                              <constraint firstAttribute="width" constant="16" id="0KC-co-mw8"/>
                              <constraint firstAttribute="height" constant="16" id="y2X-zG-Vwj"/>
                          </constraints>
                      </imageView>
                      <button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qrI-rI-Lvn">
                          <rect key="frame" x="340" y="11" width="50" height="50"/>
                          <constraints>
                              <constraint firstAttribute="width" constant="50" id="Uec-j7-cmf"/>
                              <constraint firstAttribute="height" constant="50" id="h2t-VE-1ec"/>
                          </constraints>
                          <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                          <state key="normal" image="sos_not_selected"/>
                          <connections>
                              <action selector="clickSOS:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="HTX-4M-BtC"/>
                          </connections>
                      </button>
75d24c15   yangbin   123
76
77
78
                  </subviews>
                  <constraints>
                      <constraint firstItem="262-2e-ia6" firstAttribute="bottom" secondItem="vw4-da-3ov" secondAttribute="bottom" constant="4.5" id="3o6-YJ-naN"/>
582f536d   yangbin   common:2022.1.28
79
                      <constraint firstAttribute="trailing" secondItem="qrI-rI-Lvn" secondAttribute="trailing" id="AS2-Lb-HPY"/>
75d24c15   yangbin   123
80
                      <constraint firstItem="vw4-da-3ov" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Csb-DY-LiH"/>
582f536d   yangbin   common:2022.1.28
81
                      <constraint firstItem="nrf-aw-GNN" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ZE3-i4-BwS"/>
75d24c15   yangbin   123
82
                      <constraint firstItem="vw4-da-3ov" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="blJ-3F-qQ7"/>
582f536d   yangbin   common:2022.1.28
83
84
                      <constraint firstItem="qrI-rI-Lvn" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="cFi-KZ-G3D"/>
                      <constraint firstAttribute="trailing" secondItem="nrf-aw-GNN" secondAttribute="trailing" constant="35" id="fkz-wR-B8j"/>
75d24c15   yangbin   123
85
86
87
88
89
90
91
                      <constraint firstItem="BeG-iQ-7ux" firstAttribute="top" secondItem="vw4-da-3ov" secondAttribute="top" constant="-3.5" id="gz2-zp-raL"/>
                      <constraint firstItem="BeG-iQ-7ux" firstAttribute="leading" secondItem="vw4-da-3ov" secondAttribute="trailing" constant="10" id="iHw-sd-2PK"/>
                      <constraint firstItem="262-2e-ia6" firstAttribute="leading" secondItem="BeG-iQ-7ux" secondAttribute="leading" id="x1m-A7-Q8v"/>
                  </constraints>
              </tableViewCellContentView>
              <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
              <connections>
582f536d   yangbin   common:2022.1.28
92
                  <outlet property="familyNameLabel" destination="5cY-U1-JN1" id="NoB-O5-WJt"/>
75d24c15   yangbin   123
93
94
                  <outlet property="nameLabel" destination="BeG-iQ-7ux" id="qct-7r-HFn"/>
                  <outlet property="numberLabel" destination="262-2e-ia6" id="8vP-JZ-foM"/>
582f536d   yangbin   common:2022.1.28
95
96
                  <outlet property="selectedImageView" destination="nrf-aw-GNN" id="6uZ-8e-hJK"/>
                  <outlet property="sosButton" destination="qrI-rI-Lvn" id="kfo-7G-74N"/>
75d24c15   yangbin   123
97
              </connections>
582f536d   yangbin   common:2022.1.28
98
              <point key="canvasLocation" x="185.50724637681162" y="57.589285714285708"/>
75d24c15   yangbin   123
99
100
          </tableViewCell>
      </objects>
582f536d   yangbin   common:2022.1.28
101
102
103
104
      <resources>
          <image name="contact_selected" width="16" height="16"/>
          <image name="sos_not_selected" width="16" height="16"/>
      </resources>
75d24c15   yangbin   123
105
  </document>