| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
- <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 contentMode="scaleToFill" id="iN0-l3-epB" customClass="BGVideoGiftAnimationView">
- <rect key="frame" x="0.0" y="0.0" width="186" height="38"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="短视频礼物_矩形" translatesAutoresizingMaskIntoConstraints="NO" id="Cxe-9A-x3p">
- <rect key="frame" x="0.0" y="0.0" width="186" height="38"/>
- </imageView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="QaW-LJ-V1R">
- <rect key="frame" x="15" y="9" width="20" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="hUt-f1-Q8o"/>
- <constraint firstAttribute="height" constant="20" id="qy0-aM-17B"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Hc-fc-6Qy">
- <rect key="frame" x="40" y="10.5" width="35.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="QaW-LJ-V1R" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="1fP-CJ-kp6"/>
- <constraint firstItem="8Hc-fc-6Qy" firstAttribute="leading" secondItem="QaW-LJ-V1R" secondAttribute="trailing" constant="5" id="GsW-eq-dnn"/>
- <constraint firstAttribute="trailing" secondItem="Cxe-9A-x3p" secondAttribute="trailing" id="SUo-4v-Uf4"/>
- <constraint firstItem="QaW-LJ-V1R" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="Ub1-Eg-0k3"/>
- <constraint firstItem="Cxe-9A-x3p" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="bxn-tR-FXZ"/>
- <constraint firstItem="8Hc-fc-6Qy" firstAttribute="centerY" secondItem="QaW-LJ-V1R" secondAttribute="centerY" id="f7k-L1-Rvu"/>
- <constraint firstAttribute="bottom" secondItem="Cxe-9A-x3p" secondAttribute="bottom" id="hdB-6x-uFI"/>
- <constraint firstItem="Cxe-9A-x3p" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="tdh-zD-nO9"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="iconImageView" destination="QaW-LJ-V1R" id="yOQ-Ur-QYB"/>
- <outlet property="nameLabel" destination="8Hc-fc-6Qy" id="a7P-gz-lzg"/>
- </connections>
- <point key="canvasLocation" x="46.376811594202906" y="88.727678571428569"/>
- </view>
- </objects>
- <resources>
- <image name="短视频礼物_矩形" width="186" height="38"/>
- </resources>
- </document>
|