VLCMigrationViewController.xib 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6750" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6735"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCMigrationViewController">
  9. <connections>
  10. <outlet property="spinner" destination="fpv-c5-Rki" id="DTQ-qu-gs5"/>
  11. <outlet property="statusLabel" destination="136-Pe-Q8J" id="P9t-YV-OZB"/>
  12. <outlet property="view" destination="iN0-l3-epB" id="B77-0U-NV6"/>
  13. </connections>
  14. </placeholder>
  15. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  16. <view contentMode="scaleToFill" id="iN0-l3-epB">
  17. <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" animating="YES" style="white" translatesAutoresizingMaskIntoConstraints="NO" id="fpv-c5-Rki">
  21. <rect key="frame" x="290" y="290" width="20" height="20"/>
  22. </activityIndicatorView>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="136-Pe-Q8J" userLabel="statusLabel">
  24. <rect key="frame" x="0.0" y="320" width="600" height="20.5"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  26. <color key="textColor" red="0.92549019610000005" green="0.43529411759999997" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. </subviews>
  30. <color key="backgroundColor" red="0.12156862745098039" green="0.12156862745098039" blue="0.12156862745098039" alpha="1" colorSpace="calibratedRGB"/>
  31. <constraints>
  32. <constraint firstAttribute="centerX" secondItem="fpv-c5-Rki" secondAttribute="centerX" id="CTX-3y-XxT"/>
  33. <constraint firstAttribute="trailing" secondItem="136-Pe-Q8J" secondAttribute="trailing" id="Lnd-xE-pw0"/>
  34. <constraint firstAttribute="centerY" secondItem="fpv-c5-Rki" secondAttribute="centerY" id="VrE-Yq-Dbc"/>
  35. <constraint firstItem="136-Pe-Q8J" firstAttribute="top" secondItem="fpv-c5-Rki" secondAttribute="bottom" constant="10" id="cgf-EH-VnL"/>
  36. <constraint firstItem="136-Pe-Q8J" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="naH-BA-sxq"/>
  37. </constraints>
  38. </view>
  39. </objects>
  40. </document>