Blame view

Twear/Setting(设置)/VIew/ContactCell.xib 6.98 KB
75d24c15   yangbin   123
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
  <?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"/>
          <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="89" id="KGk-i7-Jjw" customClass="ContactCell" customModule="Twear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="325" height="89"/>
              <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">
                  <rect key="frame" x="0.0" y="0.0" width="325" height="89"/>
                  <autoresizingMask key="autoresizingMask"/>
                  <subviews>
                      <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="vw4-da-3ov">
                          <rect key="frame" x="12" y="29.5" width="30" height="30"/>
                          <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"/>
                                  <userDefinedRuntimeAttributes>
                                      <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
                                          <integer key="value" value="15"/>
                                      </userDefinedRuntimeAttribute>
                                  </userDefinedRuntimeAttributes>
                              </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>
                      </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">
                          <rect key="frame" x="52" y="26" width="38" height="21"/>
                          <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">
                          <rect key="frame" x="52" y="45" width="33" height="19"/>
                          <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>
                  </subviews>
                  <constraints>
                      <constraint firstItem="262-2e-ia6" firstAttribute="bottom" secondItem="vw4-da-3ov" secondAttribute="bottom" constant="4.5" id="3o6-YJ-naN"/>
                      <constraint firstItem="vw4-da-3ov" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Csb-DY-LiH"/>
                      <constraint firstItem="vw4-da-3ov" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="blJ-3F-qQ7"/>
                      <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>
                  <outlet property="nameLabel" destination="BeG-iQ-7ux" id="qct-7r-HFn"/>
                  <outlet property="numberLabel" destination="262-2e-ia6" id="8vP-JZ-foM"/>
                  <outlet property="surnameLabel" destination="5cY-U1-JN1" id="2ii-dT-06w"/>
              </connections>
              <point key="canvasLocation" x="138.40579710144928" y="63.28125"/>
          </tableViewCell>
      </objects>
  </document>