| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
- <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"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT" customClass="TrueLoveButton">
- <rect key="frame" x="0.0" y="0.0" width="50" height="20"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="habibi_list" translatesAutoresizingMaskIntoConstraints="NO" id="7Vc-2Z-YQg">
- <rect key="frame" x="0.0" y="0.0" width="50" height="20"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="排行" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dsj-4C-o6R">
- <rect key="frame" x="20.5" y="2.5" width="25" height="15"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="dsj-4C-o6R" firstAttribute="centerY" secondItem="7Vc-2Z-YQg" secondAttribute="centerY" id="ZSX-Lx-92I"/>
- <constraint firstItem="7Vc-2Z-YQg" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="da0-nd-HLn"/>
- <constraint firstItem="dsj-4C-o6R" firstAttribute="centerX" secondItem="7Vc-2Z-YQg" secondAttribute="centerX" constant="8" id="r3x-UO-ROQ"/>
- <constraint firstItem="7Vc-2Z-YQg" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="u2q-kO-GRV"/>
- <constraint firstAttribute="bottom" secondItem="7Vc-2Z-YQg" secondAttribute="bottom" id="xEY-9s-7X2"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="rankLabel" destination="dsj-4C-o6R" id="wtY-cB-1Vc"/>
- </connections>
- <point key="canvasLocation" x="19.199999999999999" y="-1271.5142428785607"/>
- </view>
- </objects>
- <resources>
- <image name="habibi_list" width="50" height="20"/>
- </resources>
- </document>
|