Blame view

HDFwear/Setting/VIew/DailHeaderView.xib 4.38 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
  <?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="DailHeaderView" customModule="HDFwear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="400" height="73"/>
              <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="yfk-br-mYy">
                      <rect key="frame" x="10" y="25" width="42" height="23"/>
                      <fontDescription key="fontDescription" name="PingFangSC-Medium" family="PingFang SC" pointSize="16"/>
                      <nil key="textColor"/>
                      <nil key="highlightedColor"/>
                  </label>
                  <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZsS-hi-JtV">
                      <rect key="frame" x="338" y="26.5" width="52" height="20"/>
                      <color key="backgroundColor" red="0.0" green="0.59999999999999998" blue="0.24313725490196078" alpha="1" colorSpace="calibratedRGB"/>
                      <constraints>
                          <constraint firstAttribute="height" constant="20" id="xBa-l6-beD"/>
                      </constraints>
                      <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="11"/>
                      <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
                      <state key="normal" title="   更多 ›   "/>
                      <userDefinedRuntimeAttributes>
                          <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
                              <integer key="value" value="10"/>
                          </userDefinedRuntimeAttribute>
                      </userDefinedRuntimeAttributes>
                      <connections>
                          <action selector="didClickMoreBtn:" destination="U6b-Vx-4bR" eventType="touchUpInside" id="2IC-jm-Hju"/>
                      </connections>
                  </button>
              </subviews>
              <viewLayoutGuide key="safeArea" id="VXr-Tz-HHm"/>
              <constraints>
                  <constraint firstItem="yfk-br-mYy" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="RWV-cd-7zB"/>
                  <constraint firstItem="ZsS-hi-JtV" firstAttribute="centerY" secondItem="U6b-Vx-4bR" secondAttribute="centerY" id="bSY-QQ-iUC"/>
                  <constraint firstItem="VXr-Tz-HHm" firstAttribute="trailing" secondItem="ZsS-hi-JtV" secondAttribute="trailing" constant="10" id="m1q-aj-H5A"/>
                  <constraint firstItem="yfk-br-mYy" firstAttribute="leading" secondItem="VXr-Tz-HHm" secondAttribute="leading" constant="10" id="ugg-Ig-Oh0"/>
              </constraints>
              <connections>
                  <outlet property="moreButton" destination="ZsS-hi-JtV" id="JOH-R9-aW3"/>
                  <outlet property="titleLabel" destination="yfk-br-mYy" id="xjm-Ub-XMC"/>
              </connections>
              <point key="canvasLocation" x="195.6521739130435" y="63.28125"/>
          </collectionReusableView>
      </objects>
  </document>