123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
- <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" reuseIdentifier="JLFacePackgeViewHeaderID" id="U6b-Vx-4bR" customClass="JLFacePackgeViewHeader">
- <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Fv9-g0-2Kl">
- <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="热门排行" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oEa-II-0y9">
- <rect key="frame" x="10" y="16" width="61.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <view alpha="0.80000000000000004" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="b2L-yf-Sjc">
- <rect key="frame" x="0.0" y="0.0" width="320" height="0.5"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="1f3-dX-4GL"/>
- </constraints>
- </view>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yaz-r5-Ygf">
- <rect key="frame" x="230" y="10" width="75" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="Juq-3H-Nsh"/>
- <constraint firstAttribute="width" constant="75" id="Zqq-Pg-Zkx"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <state key="normal" title="新品推荐 >">
- <color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="btnClick:" destination="U6b-Vx-4bR" eventType="touchUpInside" id="al3-Ul-cxO"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Yaz-r5-Ygf" secondAttribute="trailing" constant="15" id="0Qo-lS-x98"/>
- <constraint firstItem="Yaz-r5-Ygf" firstAttribute="centerY" secondItem="Fv9-g0-2Kl" secondAttribute="centerY" id="466-OY-ZQR"/>
- <constraint firstItem="b2L-yf-Sjc" firstAttribute="top" secondItem="Fv9-g0-2Kl" secondAttribute="top" id="5E5-Y6-yEg"/>
- <constraint firstItem="b2L-yf-Sjc" firstAttribute="leading" secondItem="Fv9-g0-2Kl" secondAttribute="leading" id="6P5-oo-vqe"/>
- <constraint firstItem="oEa-II-0y9" firstAttribute="leading" secondItem="Fv9-g0-2Kl" secondAttribute="leading" constant="10" id="7qC-qu-rxC"/>
- <constraint firstItem="oEa-II-0y9" firstAttribute="centerY" secondItem="Fv9-g0-2Kl" secondAttribute="centerY" id="RTj-4i-l3j"/>
- <constraint firstItem="b2L-yf-Sjc" firstAttribute="width" secondItem="Fv9-g0-2Kl" secondAttribute="width" id="c4M-cC-9SO"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="Fv9-g0-2Kl" secondAttribute="bottom" id="5dP-wU-3j0"/>
- <constraint firstItem="9Gg-ye-v9C" firstAttribute="trailing" secondItem="Fv9-g0-2Kl" secondAttribute="trailing" id="J8h-52-6Cu"/>
- <constraint firstItem="Fv9-g0-2Kl" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="SNn-Ve-znp"/>
- <constraint firstItem="Fv9-g0-2Kl" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" id="lMD-Uo-UIe"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="9Gg-ye-v9C"/>
- <point key="canvasLocation" x="47.826086956521742" y="35.491071428571423"/>
- </collectionReusableView>
- </objects>
- </document>
|