TCVideoLoadingController.xib 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina5_5" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  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="VideoLoadingController">
  13. <connections>
  14. <outlet property="loadingImageView" destination="rej-I3-pqg" id="Yhw-Tc-0M8"/>
  15. <outlet property="loadingLabel" destination="mrS-sE-jSq" id="ELv-bk-p8E"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="video_record_share_loading_0" translatesAutoresizingMaskIntoConstraints="NO" id="rej-I3-pqg">
  25. <rect key="frame" x="168" y="271.66666666666669" width="78" height="78"/>
  26. </imageView>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="视频正在解码中,请稍等..." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mrS-sE-jSq">
  28. <rect key="frame" x="104.66666666666669" y="357.66666666666669" width="205" height="21"/>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hp7-Ta-wlZ">
  34. <rect key="frame" x="354" y="357" width="20" height="22"/>
  35. <state key="normal" image="cancel"/>
  36. <connections>
  37. <action selector="cancelLoad:" destination="-1" eventType="touchUpInside" id="EHj-2R-rYd"/>
  38. </connections>
  39. </button>
  40. </subviews>
  41. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <constraints>
  43. <constraint firstItem="rej-I3-pqg" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="VJd-e9-JIq"/>
  44. <constraint firstItem="hp7-Ta-wlZ" firstAttribute="centerY" secondItem="mrS-sE-jSq" secondAttribute="centerY" id="dEe-ho-n11"/>
  45. <constraint firstItem="mrS-sE-jSq" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="fyU-53-kwc"/>
  46. <constraint firstItem="mrS-sE-jSq" firstAttribute="top" secondItem="rej-I3-pqg" secondAttribute="bottom" constant="8" id="oh1-Z6-UHa"/>
  47. <constraint firstItem="mrS-sE-jSq" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="q7W-B5-sFc"/>
  48. <constraint firstItem="hp7-Ta-wlZ" firstAttribute="leading" secondItem="mrS-sE-jSq" secondAttribute="trailing" constant="44.333333333333314" id="rXq-1a-qXb"/>
  49. </constraints>
  50. <point key="canvasLocation" x="-179" y="29"/>
  51. </view>
  52. </objects>
  53. <resources>
  54. <image name="cancel" width="20" height="20"/>
  55. <image name="video_record_share_loading_0" width="78" height="78"/>
  56. </resources>
  57. </document>