Blame view

Twear/Setting/NFC/NFCCell.xib 4.16 KB
66e7e76d   yangbin   NFC
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
  <?xml version="1.0" encoding="UTF-8"?>
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
          <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="126" id="KGk-i7-Jjw" customClass="NFCCell" customModule="Twear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="274" height="126"/>
              <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="274" height="126"/>
                  <autoresizingMask key="autoresizingMask"/>
                  <subviews>
                      <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="NFC_4" translatesAutoresizingMaskIntoConstraints="NO" id="1RH-jI-sCU">
                          <rect key="frame" x="0.0" y="5" width="274" height="116"/>
                      </imageView>
                      <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="门卡" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="erO-dr-LNB">
                          <rect key="frame" x="20" y="12" width="30" height="21"/>
                          <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"/>
                      </label>
                  </subviews>
                  <constraints>
                      <constraint firstItem="1RH-jI-sCU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="5ya-4B-P8U"/>
                      <constraint firstItem="erO-dr-LNB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="6Hx-nb-E5u"/>
                      <constraint firstItem="erO-dr-LNB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="7bd-C2-RPs"/>
                      <constraint firstAttribute="trailing" secondItem="1RH-jI-sCU" secondAttribute="trailing" id="MAk-LO-s0C"/>
                      <constraint firstItem="1RH-jI-sCU" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="a96-FP-l5Y"/>
                      <constraint firstAttribute="bottom" secondItem="1RH-jI-sCU" secondAttribute="bottom" constant="5" id="w8V-pU-FKa"/>
                  </constraints>
              </tableViewCellContentView>
              <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
              <connections>
                  <outlet property="cardImageView" destination="1RH-jI-sCU" id="kLV-sv-3tj"/>
                  <outlet property="nameLabel" destination="erO-dr-LNB" id="Wpb-O7-9Cr"/>
              </connections>
              <point key="canvasLocation" x="101.44927536231884" y="123.88392857142857"/>
          </tableViewCell>
      </objects>
      <resources>
          <image name="NFC_4" width="350" height="150"/>
      </resources>
  </document>