Blame view

HDFwear/Basic/View/Base.lproj/StepCircleView.xib 5.01 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
  <?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" customClass="StepCircleView" customModule="HDFwear" customModuleProvider="target">
              <connections>
                  <outlet property="locLabel1" destination="z6G-PE-dd7" id="4eE-UQ-3w4"/>
                  <outlet property="locLabel2" destination="HDg-AP-KtN" id="aZb-p0-Arc"/>
                  <outlet property="stepLabel" destination="dIv-Zc-EPS" id="DDS-EB-klD"/>
              </connections>
          </placeholder>
          <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
          <view contentMode="scaleToFill" id="iN0-l3-epB">
              <rect key="frame" x="0.0" y="0.0" width="191" height="189"/>
              <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
              <subviews>
                  <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dIv-Zc-EPS">
                      <rect key="frame" x="88" y="77" width="15" height="35"/>
                      <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="25"/>
                      <nil key="textColor"/>
                      <nil key="highlightedColor"/>
                  </label>
                  <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="步数" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="z6G-PE-dd7">
                      <rect key="frame" x="78.5" y="57" width="34" height="24"/>
                      <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="17"/>
                      <nil key="textColor"/>
                      <nil key="highlightedColor"/>
                  </label>
                  <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="步" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HDg-AP-KtN">
                      <rect key="frame" x="90" y="116" width="11" height="16"/>
                      <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="11"/>
                      <nil key="textColor"/>
                      <nil key="highlightedColor"/>
                  </label>
              </subviews>
              <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
              <color key="backgroundColor" systemColor="systemBackgroundColor"/>
              <constraints>
                  <constraint firstItem="dIv-Zc-EPS" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="10h-vB-hg3"/>
                  <constraint firstItem="dIv-Zc-EPS" firstAttribute="top" secondItem="z6G-PE-dd7" secondAttribute="bottom" constant="-4" id="Kc9-dt-xYT"/>
                  <constraint firstItem="dIv-Zc-EPS" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="hBw-VW-kYH"/>
                  <constraint firstItem="HDg-AP-KtN" firstAttribute="top" secondItem="dIv-Zc-EPS" secondAttribute="bottom" constant="4" id="iH9-gk-VKU"/>
                  <constraint firstItem="HDg-AP-KtN" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="phu-Np-7ds"/>
                  <constraint firstItem="z6G-PE-dd7" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="zax-Rc-Byh"/>
              </constraints>
              <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
              <point key="canvasLocation" x="0.7246376811594204" y="-212.61160714285714"/>
          </view>
      </objects>
      <resources>
          <systemColor name="systemBackgroundColor">
              <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
          </systemColor>
      </resources>
  </document>