BGVideoGiftAnimationView.xib 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="BGVideoGiftAnimationView">
  13. <rect key="frame" x="0.0" y="0.0" width="186" height="38"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="短视频礼物_矩形" translatesAutoresizingMaskIntoConstraints="NO" id="Cxe-9A-x3p">
  17. <rect key="frame" x="0.0" y="0.0" width="186" height="38"/>
  18. </imageView>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="QaW-LJ-V1R">
  20. <rect key="frame" x="15" y="9" width="20" height="20"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="20" id="hUt-f1-Q8o"/>
  23. <constraint firstAttribute="height" constant="20" id="qy0-aM-17B"/>
  24. </constraints>
  25. </imageView>
  26. <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">
  27. <rect key="frame" x="40" y="10.5" width="35.5" height="17"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  29. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  34. <constraints>
  35. <constraint firstItem="QaW-LJ-V1R" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="1fP-CJ-kp6"/>
  36. <constraint firstItem="8Hc-fc-6Qy" firstAttribute="leading" secondItem="QaW-LJ-V1R" secondAttribute="trailing" constant="5" id="GsW-eq-dnn"/>
  37. <constraint firstAttribute="trailing" secondItem="Cxe-9A-x3p" secondAttribute="trailing" id="SUo-4v-Uf4"/>
  38. <constraint firstItem="QaW-LJ-V1R" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="Ub1-Eg-0k3"/>
  39. <constraint firstItem="Cxe-9A-x3p" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="bxn-tR-FXZ"/>
  40. <constraint firstItem="8Hc-fc-6Qy" firstAttribute="centerY" secondItem="QaW-LJ-V1R" secondAttribute="centerY" id="f7k-L1-Rvu"/>
  41. <constraint firstAttribute="bottom" secondItem="Cxe-9A-x3p" secondAttribute="bottom" id="hdB-6x-uFI"/>
  42. <constraint firstItem="Cxe-9A-x3p" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="tdh-zD-nO9"/>
  43. </constraints>
  44. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  45. <connections>
  46. <outlet property="iconImageView" destination="QaW-LJ-V1R" id="yOQ-Ur-QYB"/>
  47. <outlet property="nameLabel" destination="8Hc-fc-6Qy" id="a7P-gz-lzg"/>
  48. </connections>
  49. <point key="canvasLocation" x="46.376811594202906" y="88.727678571428569"/>
  50. </view>
  51. </objects>
  52. <resources>
  53. <image name="短视频礼物_矩形" width="186" height="38"/>
  54. </resources>
  55. </document>