Blame view

Twear/Setting(设置)/VIew/SettingCell2.xib 4.09 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
  <?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="none" indentationWidth="10" rowHeight="66" id="KGk-i7-Jjw" customClass="SettingCell2" customModule="Twear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="455" height="66"/>
              <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="455" height="66"/>
                  <autoresizingMask key="autoresizingMask"/>
                  <subviews>
                      <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="setting_not_selected" translatesAutoresizingMaskIntoConstraints="NO" id="g2x-P8-tTu">
                          <rect key="frame" x="425" y="26.5" width="13" height="13"/>
                          <constraints>
                              <constraint firstAttribute="height" constant="13" id="BrG-St-uhm"/>
                              <constraint firstAttribute="width" constant="13" id="TZF-di-WsE"/>
                          </constraints>
                      </imageView>
                      <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VbS-hV-ehb">
                          <rect key="frame" x="12" y="22.5" width="38" height="21"/>
                          <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="15"/>
                          <nil key="textColor"/>
                          <nil key="highlightedColor"/>
                      </label>
                  </subviews>
                  <constraints>
                      <constraint firstAttribute="trailing" secondItem="g2x-P8-tTu" secondAttribute="trailing" constant="17" id="3my-Zk-c78"/>
                      <constraint firstItem="VbS-hV-ehb" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="BFO-Vr-Zj7"/>
                      <constraint firstItem="VbS-hV-ehb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="Oah-Js-Cl8"/>
                      <constraint firstItem="g2x-P8-tTu" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="U7s-SA-awg"/>
                  </constraints>
              </tableViewCellContentView>
              <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
              <connections>
                  <outlet property="label" destination="VbS-hV-ehb" id="pDS-34-f2v"/>
                  <outlet property="selectImageView" destination="g2x-P8-tTu" id="uTr-H4-VZZ"/>
              </connections>
              <point key="canvasLocation" x="235.50724637681162" y="77.008928571428569"/>
          </tableViewCell>
      </objects>
      <resources>
          <image name="setting_not_selected" width="13" height="13"/>
      </resources>
  </document>