Blame view

HDFwear/Setting/VIew/DailCell.xib 5.58 KB
f2cf74c7   yangbin   1.0.20(4)
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
  <?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="System colors in document resources" minToolsVersion="11.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" reuseIdentifier="" id="gTV-IL-0wX" userLabel="Dail Cell" customClass="DailCell" customModule="HDFwear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="170" height="132"/>
              <autoresizingMask key="autoresizingMask"/>
              <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
                  <rect key="frame" x="0.0" y="0.0" width="170" height="132"/>
                  <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                  <subviews>
                      <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="rBj-y0-tAw">
                          <rect key="frame" x="42.5" y="5" width="85" height="85"/>
                          <constraints>
                              <constraint firstAttribute="width" constant="85" id="ARc-Te-9O4"/>
                              <constraint firstAttribute="height" constant="85" id="AXj-sH-8D9"/>
                          </constraints>
                      </imageView>
                      <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zdQ-KF-NqR">
                          <rect key="frame" x="85" y="95" width="0.0" height="0.0"/>
                          <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="11"/>
                          <nil key="textColor"/>
                          <nil key="highlightedColor"/>
                      </label>
                      <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fhA-7O-rOk" customClass="CustomProgress" customModule="HDFwear" customModuleProvider="target">
                          <rect key="frame" x="42.5" y="100" width="85" height="20"/>
                          <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                          <constraints>
                              <constraint firstAttribute="height" constant="20" id="Ej8-sA-ZeO"/>
                          </constraints>
                          <userDefinedRuntimeAttributes>
                              <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                                  <integer key="value" value="10"/>
                              </userDefinedRuntimeAttribute>
                          </userDefinedRuntimeAttributes>
                      </view>
                  </subviews>
              </view>
              <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
              <constraints>
                  <constraint firstItem="fhA-7O-rOk" firstAttribute="top" secondItem="zdQ-KF-NqR" secondAttribute="bottom" constant="5" id="32d-NS-Dim"/>
                  <constraint firstItem="rBj-y0-tAw" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="Haf-qn-XOj"/>
                  <constraint firstItem="zdQ-KF-NqR" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="Kc0-b7-NzP"/>
                  <constraint firstItem="zdQ-KF-NqR" firstAttribute="top" secondItem="rBj-y0-tAw" secondAttribute="bottom" constant="5" id="P3G-AX-ePq"/>
                  <constraint firstItem="rBj-y0-tAw" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="5" id="UnH-7E-7mz"/>
                  <constraint firstItem="fhA-7O-rOk" firstAttribute="trailing" secondItem="rBj-y0-tAw" secondAttribute="trailing" id="rIx-Nc-RkB"/>
                  <constraint firstItem="fhA-7O-rOk" firstAttribute="leading" secondItem="rBj-y0-tAw" secondAttribute="leading" id="wMi-ok-Phg"/>
              </constraints>
              <size key="customSize" width="170" height="132"/>
              <connections>
                  <outlet property="dailImageView" destination="rBj-y0-tAw" id="Kez-6l-ssG"/>
                  <outlet property="progressView" destination="fhA-7O-rOk" id="4vT-ft-EZv"/>
              </connections>
              <point key="canvasLocation" x="230.43478260869566" y="81.026785714285708"/>
          </collectionViewCell>
      </objects>
      <resources>
          <systemColor name="systemBackgroundColor">
              <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
          </systemColor>
      </resources>
  </document>