Blame view

HDFwear/Setting/VIew/SettingCell.xib 4.22 KB
f2cf74c7   yangbin   1.0.20(4)
1
  <?xml version="1.0" encoding="UTF-8"?>
072a11e2   daifengyi   feat:setting page UI
2
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
f2cf74c7   yangbin   1.0.20(4)
3
4
5
      <device id="retina6_1" orientation="portrait" appearance="light"/>
      <dependencies>
          <deployment identifier="iOS"/>
072a11e2   daifengyi   feat:setting page UI
6
          <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
f2cf74c7   yangbin   1.0.20(4)
7
8
9
10
11
12
13
          <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"/>
          <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="SettingCell" customModule="HDFwear" customModuleProvider="target">
072a11e2   daifengyi   feat:setting page UI
14
              <rect key="frame" x="0.0" y="0.0" width="314" height="58"/>
f2cf74c7   yangbin   1.0.20(4)
15
16
              <autoresizingMask key="autoresizingMask"/>
              <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
072a11e2   daifengyi   feat:setting page UI
17
                  <rect key="frame" x="0.0" y="0.0" width="314" height="58"/>
f2cf74c7   yangbin   1.0.20(4)
18
19
                  <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                  <subviews>
072a11e2   daifengyi   feat:setting page UI
20
21
22
23
                      <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="YLa-DN-9Xe">
                          <rect key="frame" x="0.0" y="36" width="314" height="18.5"/>
                          <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="13"/>
                          <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
f2cf74c7   yangbin   1.0.20(4)
24
25
26
                          <nil key="highlightedColor"/>
                      </label>
                      <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="hxh-Rx-Rf2">
072a11e2   daifengyi   feat:setting page UI
27
                          <rect key="frame" x="143" y="0.0" width="28" height="28"/>
f2cf74c7   yangbin   1.0.20(4)
28
                          <constraints>
072a11e2   daifengyi   feat:setting page UI
29
30
                              <constraint firstAttribute="width" constant="28" id="Nbu-6m-Uve"/>
                              <constraint firstAttribute="height" constant="28" id="T2A-u7-7aC"/>
f2cf74c7   yangbin   1.0.20(4)
31
32
33
34
35
36
37
38
39
                          </constraints>
                      </imageView>
                  </subviews>
              </view>
              <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
              <constraints>
                  <constraint firstItem="hxh-Rx-Rf2" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="06L-fc-y5f"/>
                  <constraint firstAttribute="trailing" secondItem="YLa-DN-9Xe" secondAttribute="trailing" id="LSM-jE-zT8"/>
                  <constraint firstItem="YLa-DN-9Xe" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="awv-gm-bA7"/>
072a11e2   daifengyi   feat:setting page UI
40
41
                  <constraint firstItem="hxh-Rx-Rf2" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="jLl-xb-Yp9"/>
                  <constraint firstItem="YLa-DN-9Xe" firstAttribute="top" secondItem="hxh-Rx-Rf2" secondAttribute="bottom" constant="8" id="uFx-TJ-qcb"/>
f2cf74c7   yangbin   1.0.20(4)
42
43
44
45
46
47
48
49
50
51
              </constraints>
              <size key="customSize" width="314" height="88"/>
              <connections>
                  <outlet property="imageView" destination="hxh-Rx-Rf2" id="0nZ-8n-jWH"/>
                  <outlet property="label" destination="YLa-DN-9Xe" id="Es3-5S-o2Z"/>
              </connections>
              <point key="canvasLocation" x="327.536231884058" y="118.52678571428571"/>
          </collectionViewCell>
      </objects>
  </document>