Blame view

Twear/Basic/View/CustomProgress.xib 5.25 KB
75d24c15   yangbin   123
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
  <?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="CustomProgress" customModule="Twear" customModuleProvider="target">
              <connections>
                  <outlet property="backView" destination="HsP-dq-dg6" id="wNR-Ge-azI"/>
                  <outlet property="label" destination="ZHO-hQ-Vc7" id="lSq-hC-6x8"/>
                  <outlet property="trackView" destination="r4T-Eq-Mkb" id="b63-Na-C5u"/>
                  <outlet property="trackViewWidthLayout" destination="Pbl-nh-eTg" id="fmQ-GE-wuW"/>
              </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="401" height="27"/>
              <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
              <subviews>
                  <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HsP-dq-dg6">
                      <rect key="frame" x="0.0" y="0.0" width="401" height="27"/>
                      <subviews>
                          <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="r4T-Eq-Mkb">
                              <rect key="frame" x="0.0" y="0.0" width="255" height="27"/>
                              <color key="backgroundColor" red="0.0" green="0.59999999999999998" blue="0.24313725490196078" alpha="1" colorSpace="calibratedRGB"/>
                              <constraints>
                                  <constraint firstAttribute="width" constant="255" id="Pbl-nh-eTg"/>
                              </constraints>
                          </view>
                          <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="同步" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZHO-hQ-Vc7">
                              <rect key="frame" x="189.5" y="6" width="22" 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="r4T-Eq-Mkb" firstAttribute="leading" secondItem="HsP-dq-dg6" secondAttribute="leading" id="36T-BI-8Rb"/>
                          <constraint firstItem="ZHO-hQ-Vc7" firstAttribute="centerX" secondItem="HsP-dq-dg6" secondAttribute="centerX" id="4wQ-Rh-2Nh"/>
                          <constraint firstAttribute="bottom" secondItem="r4T-Eq-Mkb" secondAttribute="bottom" id="C6d-8W-n1c"/>
                          <constraint firstItem="ZHO-hQ-Vc7" firstAttribute="centerY" secondItem="HsP-dq-dg6" secondAttribute="centerY" id="vXL-xc-IGD"/>
                          <constraint firstItem="r4T-Eq-Mkb" firstAttribute="top" secondItem="HsP-dq-dg6" secondAttribute="top" id="yr4-WC-gz0"/>
                      </constraints>
                  </view>
              </subviews>
              <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
              <color key="backgroundColor" systemColor="systemBackgroundColor"/>
              <constraints>
                  <constraint firstItem="HsP-dq-dg6" firstAttribute="leading" secondItem="vUN-kp-3ea" secondAttribute="leading" id="58D-Ug-9mC"/>
                  <constraint firstItem="vUN-kp-3ea" firstAttribute="trailing" secondItem="HsP-dq-dg6" secondAttribute="trailing" id="SXj-Qu-1kh"/>
                  <constraint firstAttribute="bottom" secondItem="HsP-dq-dg6" secondAttribute="bottom" id="czz-QY-Y12"/>
                  <constraint firstItem="HsP-dq-dg6" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="vr8-K4-87q"/>
              </constraints>
              <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
              <point key="canvasLocation" x="357.24637681159425" y="-227.34375"/>
          </view>
      </objects>
      <resources>
          <systemColor name="systemBackgroundColor">
              <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
          </systemColor>
      </resources>
  </document>