Blame view

HDFwear/Home/Cell/SortPageSectionHeader.xib 4.35 KB
e1017215   daifengyi   feat:home page UI
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?xml version="1.0" encoding="UTF-8"?>
  <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
      <device id="retina6_12" orientation="portrait" appearance="light"/>
      <dependencies>
          <deployment identifier="iOS"/>
          <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
          <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"/>
          <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
45b9dc3a   daifengyi   feat:sort page UI
14
15
          <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="SortPageSectionHeader" customModule="HDFwear" customModuleProvider="target">
              <rect key="frame" x="0.0" y="0.0" width="393" height="57"/>
e1017215   daifengyi   feat:home page UI
16
              <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
45b9dc3a   daifengyi   feat:sort page UI
17
18
19
20
21
22
23
24
25
26
27
28
29
30
              <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="0K9-uz-b9z">
                      <rect key="frame" x="17.999999999999996" y="8" width="40.666666666666657" height="20"/>
                      <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
                      <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                      <nil key="highlightedColor"/>
                  </label>
                  <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uML-Ve-KX0">
                      <rect key="frame" x="18" y="31" width="36" height="17"/>
                      <fontDescription key="fontDescription" type="system" pointSize="14"/>
                      <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                      <nil key="highlightedColor"/>
                  </label>
              </subviews>
e1017215   daifengyi   feat:home page UI
31
32
              <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
              <color key="backgroundColor" systemColor="systemBackgroundColor"/>
45b9dc3a   daifengyi   feat:sort page UI
33
34
35
36
37
38
              <constraints>
                  <constraint firstItem="0K9-uz-b9z" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="8" id="26u-DR-6wy"/>
                  <constraint firstItem="uML-Ve-KX0" firstAttribute="leading" secondItem="0K9-uz-b9z" secondAttribute="leading" id="BeY-jA-mXK"/>
                  <constraint firstItem="uML-Ve-KX0" firstAttribute="top" secondItem="0K9-uz-b9z" secondAttribute="bottom" constant="3" id="gap-w6-ooD"/>
                  <constraint firstItem="0K9-uz-b9z" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="18" id="huY-rK-ksh"/>
              </constraints>
e1017215   daifengyi   feat:home page UI
39
              <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
45b9dc3a   daifengyi   feat:sort page UI
40
41
42
43
44
45
              <connections>
                  <outlet property="bottomLabel" destination="uML-Ve-KX0" id="TWa-gf-RLK"/>
                  <outlet property="topLabel" destination="0K9-uz-b9z" id="UEk-cY-aTS"/>
                  <outlet property="topLabelTopConstraint" destination="26u-DR-6wy" id="MeD-ZM-TJa"/>
              </connections>
              <point key="canvasLocation" x="46.564885496183201" y="13.732394366197184"/>
e1017215   daifengyi   feat:home page UI
46
47
48
49
50
51
52
53
          </view>
      </objects>
      <resources>
          <systemColor name="systemBackgroundColor">
              <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
          </systemColor>
      </resources>
  </document>