Blame view

HDFwear/Setting/VIew/AlarmClockCell.xib 8.12 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
  <?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"/>
          <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="102" id="KGk-i7-Jjw" customClass="AlarmClockCell" customModule="Twear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="407" height="102"/>
              <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="407" height="102"/>
                  <autoresizingMask key="autoresizingMask"/>
                  <subviews>
                      <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Jz5-DQ-ewf">
                          <rect key="frame" x="12.5" y="0.0" width="382" height="92"/>
                          <subviews>
                              <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="JCV-IM-eQn">
                                  <rect key="frame" x="15" y="5" width="42" height="23"/>
                                  <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="16"/>
                                  <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="CPT-Y0-ZF6">
                                  <rect key="frame" x="15" y="31" width="28" height="15.5"/>
                                  <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="11"/>
                                  <nil key="textColor"/>
                                  <nil key="highlightedColor"/>
                              </label>
                              <switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RAT-8j-Lna">
                                  <rect key="frame" x="323" y="30.5" width="51" height="31"/>
                                  <connections>
                                      <action selector="valueChanged:" destination="KGk-i7-Jjw" eventType="valueChanged" id="fkr-oD-1lq"/>
                                  </connections>
                              </switch>
                              <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gCh-Ee-IMp">
                                  <rect key="frame" x="15" y="50.5" width="28" height="15.5"/>
                                  <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="11"/>
                                  <nil key="textColor"/>
                                  <nil key="highlightedColor"/>
                              </label>
                          </subviews>
                          <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                          <constraints>
                              <constraint firstItem="gCh-Ee-IMp" firstAttribute="top" secondItem="CPT-Y0-ZF6" secondAttribute="bottom" constant="4" id="4O5-Vh-XLO"/>
                              <constraint firstAttribute="trailing" secondItem="RAT-8j-Lna" secondAttribute="trailing" constant="10" id="9vw-tF-Eel"/>
                              <constraint firstItem="RAT-8j-Lna" firstAttribute="centerY" secondItem="Jz5-DQ-ewf" secondAttribute="centerY" id="Jdl-Q7-uut"/>
                              <constraint firstItem="CPT-Y0-ZF6" firstAttribute="top" secondItem="JCV-IM-eQn" secondAttribute="bottom" constant="3" id="KPZ-dL-HdU"/>
                              <constraint firstItem="JCV-IM-eQn" firstAttribute="leading" secondItem="Jz5-DQ-ewf" secondAttribute="leading" constant="15" id="NHA-4v-fye"/>
                              <constraint firstItem="gCh-Ee-IMp" firstAttribute="leading" secondItem="JCV-IM-eQn" secondAttribute="leading" id="eSC-Yb-D9i"/>
                              <constraint firstItem="JCV-IM-eQn" firstAttribute="top" secondItem="Jz5-DQ-ewf" secondAttribute="top" constant="5" id="jqe-x0-413"/>
                              <constraint firstItem="CPT-Y0-ZF6" firstAttribute="leading" secondItem="JCV-IM-eQn" secondAttribute="leading" id="zUy-E5-7YQ"/>
                          </constraints>
                          <userDefinedRuntimeAttributes>
                              <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
                                  <integer key="value" value="10"/>
                              </userDefinedRuntimeAttribute>
                          </userDefinedRuntimeAttributes>
                      </view>
                  </subviews>
                  <color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/>
                  <constraints>
                      <constraint firstAttribute="trailing" secondItem="Jz5-DQ-ewf" secondAttribute="trailing" constant="12.5" id="Vsu-5e-1lk"/>
                      <constraint firstAttribute="bottom" secondItem="Jz5-DQ-ewf" secondAttribute="bottom" constant="10" id="XkT-0T-rb6"/>
                      <constraint firstItem="Jz5-DQ-ewf" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12.5" id="jUY-KX-aeB"/>
                      <constraint firstItem="Jz5-DQ-ewf" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="t1v-MB-SUl"/>
                  </constraints>
              </tableViewCellContentView>
              <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
              <connections>
                  <outlet property="alarmClockIsOn" destination="RAT-8j-Lna" id="23l-cY-31s"/>
                  <outlet property="cycleLabel" destination="gCh-Ee-IMp" id="ysV-GV-ngX"/>
                  <outlet property="remarkLabel" destination="CPT-Y0-ZF6" id="eEI-yf-CdZ"/>
                  <outlet property="timeLabel" destination="JCV-IM-eQn" id="YLm-VP-zke"/>
              </connections>
              <point key="canvasLocation" x="200.72463768115944" y="81.026785714285708"/>
          </tableViewCell>
      </objects>
      <resources>
          <systemColor name="systemBackgroundColor">
              <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
          </systemColor>
      </resources>
  </document>