Blame view

Twear/Basic/View/Base.lproj/CircleProgressView.xib 2.99 KB
75d24c15   yangbin   123
1
  <?xml version="1.0" encoding="UTF-8"?>
66e7e76d   yangbin   NFC
2
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
75d24c15   yangbin   123
3
4
5
      <device id="retina6_1" orientation="portrait" appearance="light"/>
      <dependencies>
          <deployment identifier="iOS"/>
66e7e76d   yangbin   NFC
6
          <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
75d24c15   yangbin   123
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
          <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="CircleProgressView" customModule="Twear" customModuleProvider="target">
              <connections>
                  <outlet property="label" destination="6Ti-0r-Av1" id="mr3-jW-djS"/>
              </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="99" height="144"/>
              <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
              <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="6Ti-0r-Av1">
                      <rect key="frame" x="35.5" y="128" width="28" 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="vUN-kp-3ea" firstAttribute="bottom" secondItem="6Ti-0r-Av1" secondAttribute="bottom" id="HVY-mT-fzp"/>
                  <constraint firstItem="6Ti-0r-Av1" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="lAu-3g-b1x"/>
              </constraints>
              <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
              <point key="canvasLocation" x="-90.579710144927546" y="-202.23214285714286"/>
          </view>
      </objects>
      <resources>
          <systemColor name="systemBackgroundColor">
              <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
          </systemColor>
      </resources>
  </document>