| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina5_5" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VideoLoadingController">
- <connections>
- <outlet property="loadingImageView" destination="rej-I3-pqg" id="Yhw-Tc-0M8"/>
- <outlet property="loadingLabel" destination="mrS-sE-jSq" id="ELv-bk-p8E"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="video_record_share_loading_0" translatesAutoresizingMaskIntoConstraints="NO" id="rej-I3-pqg">
- <rect key="frame" x="168" y="271.66666666666669" width="78" height="78"/>
- </imageView>
- <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">
- <rect key="frame" x="104.66666666666669" y="357.66666666666669" width="205" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hp7-Ta-wlZ">
- <rect key="frame" x="354" y="357" width="20" height="22"/>
- <state key="normal" image="cancel"/>
- <connections>
- <action selector="cancelLoad:" destination="-1" eventType="touchUpInside" id="EHj-2R-rYd"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="rej-I3-pqg" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="VJd-e9-JIq"/>
- <constraint firstItem="hp7-Ta-wlZ" firstAttribute="centerY" secondItem="mrS-sE-jSq" secondAttribute="centerY" id="dEe-ho-n11"/>
- <constraint firstItem="mrS-sE-jSq" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="fyU-53-kwc"/>
- <constraint firstItem="mrS-sE-jSq" firstAttribute="top" secondItem="rej-I3-pqg" secondAttribute="bottom" constant="8" id="oh1-Z6-UHa"/>
- <constraint firstItem="mrS-sE-jSq" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="q7W-B5-sFc"/>
- <constraint firstItem="hp7-Ta-wlZ" firstAttribute="leading" secondItem="mrS-sE-jSq" secondAttribute="trailing" constant="44.333333333333314" id="rXq-1a-qXb"/>
- </constraints>
- <point key="canvasLocation" x="-179" y="29"/>
- </view>
- </objects>
- <resources>
- <image name="cancel" width="20" height="20"/>
- <image name="video_record_share_loading_0" width="78" height="78"/>
- </resources>
- </document>
|