SVGAAnimate.xib 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13174"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="GiftView"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="SVGAAnimate">
  15. <rect key="frame" x="0.0" y="0.0" width="600" height="361"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="昵称" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qjc-2I-xjM">
  19. <rect key="frame" x="0.0" y="0.0" width="600" height="21"/>
  20. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  21. <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  22. <nil key="highlightedColor"/>
  23. </label>
  24. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="SRl-Vk-WiB" customClass="FLAnimatedImageView">
  25. <rect key="frame" x="0.0" y="21" width="600" height="340"/>
  26. </imageView>
  27. </subviews>
  28. <constraints>
  29. <constraint firstItem="SRl-Vk-WiB" firstAttribute="top" secondItem="qjc-2I-xjM" secondAttribute="bottom" id="4Lq-yy-Ohy"/>
  30. <constraint firstItem="qjc-2I-xjM" firstAttribute="width" secondItem="SRl-Vk-WiB" secondAttribute="width" id="K43-d3-Pdj"/>
  31. <constraint firstItem="qjc-2I-xjM" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Ozj-El-ule"/>
  32. <constraint firstItem="SRl-Vk-WiB" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="g5a-4d-A5F"/>
  33. <constraint firstItem="SRl-Vk-WiB" firstAttribute="bottom" secondItem="iN0-l3-epB" secondAttribute="bottom" id="tNR-FS-FRH"/>
  34. <constraint firstItem="SRl-Vk-WiB" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="u2i-0i-bBk"/>
  35. <constraint firstItem="qjc-2I-xjM" firstAttribute="leading" secondItem="SRl-Vk-WiB" secondAttribute="leading" id="w3A-lR-ePZ"/>
  36. </constraints>
  37. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  38. <connections>
  39. <outlet property="gifImage" destination="SRl-Vk-WiB" id="Yd9-Vo-woP"/>
  40. <outlet property="nickLabel" destination="qjc-2I-xjM" id="djA-Dy-tyO"/>
  41. </connections>
  42. </view>
  43. </objects>
  44. </document>