Blame view

HDFwear/Mine/View/MedalHeaderView.xib 2.57 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
  <?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="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"/>
          <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="MedalHeaderView" customModule="HDFwear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="413" height="30"/>
              <autoresizingMask key="autoresizingMask"/>
              <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="KdZ-1t-JEj">
                      <rect key="frame" x="12" y="3.5" width="42" height="23"/>
                      <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="16"/>
                      <nil key="textColor"/>
                      <nil key="highlightedColor"/>
                  </label>
              </subviews>
              <viewLayoutGuide key="safeArea" id="VXr-Tz-HHm"/>
              <constraints>
                  <constraint firstItem="KdZ-1t-JEj" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="2Vg-rd-0mz"/>
                  <constraint firstItem="KdZ-1t-JEj" firstAttribute="leading" secondItem="VXr-Tz-HHm" secondAttribute="leading" constant="12" id="y25-uy-nsv"/>
              </constraints>
              <connections>
                  <outlet property="titleLabel" destination="KdZ-1t-JEj" id="35r-aB-NnW"/>
              </connections>
              <point key="canvasLocation" x="199.27536231884059" y="32.8125"/>
          </collectionReusableView>
      </objects>
  </document>