MOAchorTaskShowView.xib 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MOAchorTaskShowView">
  14. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Obm-Ms-eot">
  18. <rect key="frame" x="0.0" y="409" width="393" height="443"/>
  19. <subviews>
  20. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5Jh-lH-Rh0" customClass="BigBtn">
  21. <rect key="frame" x="361" y="17" width="17" height="17"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="17" id="9Mo-vm-DTS"/>
  24. <constraint firstAttribute="height" constant="17" id="v0S-dw-bUh"/>
  25. </constraints>
  26. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  27. <state key="normal" image="icon_black_wen"/>
  28. <connections>
  29. <action selector="ruleBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="cYA-Hn-83o"/>
  30. </connections>
  31. </button>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="主播任务" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nZZ-3G-8bJ">
  33. <rect key="frame" x="55" y="15" width="283" height="21"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  35. <nil key="textColor"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  40. <constraints>
  41. <constraint firstAttribute="trailing" secondItem="5Jh-lH-Rh0" secondAttribute="trailing" constant="15" id="Llp-Ng-kB3"/>
  42. <constraint firstAttribute="trailing" secondItem="nZZ-3G-8bJ" secondAttribute="trailing" constant="55" id="a0D-Cg-tBf"/>
  43. <constraint firstItem="5Jh-lH-Rh0" firstAttribute="centerY" secondItem="nZZ-3G-8bJ" secondAttribute="centerY" id="fMW-ab-ZGH"/>
  44. <constraint firstItem="nZZ-3G-8bJ" firstAttribute="leading" secondItem="Obm-Ms-eot" secondAttribute="leading" constant="55" id="p3B-D0-wlh"/>
  45. <constraint firstAttribute="height" constant="443" id="uhw-i9-IXw"/>
  46. <constraint firstItem="nZZ-3G-8bJ" firstAttribute="top" secondItem="Obm-Ms-eot" secondAttribute="top" constant="15" id="wlW-Jf-Ll6"/>
  47. </constraints>
  48. </view>
  49. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="biu-OJ-H3Z">
  50. <rect key="frame" x="0.0" y="0.0" width="393" height="409"/>
  51. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  52. <connections>
  53. <action selector="closeBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="gwf-OK-lew"/>
  54. </connections>
  55. </button>
  56. </subviews>
  57. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  58. <constraints>
  59. <constraint firstAttribute="trailing" secondItem="Obm-Ms-eot" secondAttribute="trailing" id="0gu-i5-HWI"/>
  60. <constraint firstItem="biu-OJ-H3Z" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="B5g-CS-p47"/>
  61. <constraint firstItem="Obm-Ms-eot" firstAttribute="top" secondItem="biu-OJ-H3Z" secondAttribute="bottom" id="EMj-tU-fIp"/>
  62. <constraint firstAttribute="bottom" secondItem="Obm-Ms-eot" secondAttribute="bottom" id="NYQ-mL-KC5"/>
  63. <constraint firstAttribute="trailing" secondItem="biu-OJ-H3Z" secondAttribute="trailing" id="TOm-gN-fG5"/>
  64. <constraint firstItem="biu-OJ-H3Z" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Vce-7E-J8w"/>
  65. <constraint firstItem="Obm-Ms-eot" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="d9P-9W-eOQ"/>
  66. </constraints>
  67. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  68. <connections>
  69. <outlet property="bgView" destination="Obm-Ms-eot" id="RuL-Hu-ya5"/>
  70. <outlet property="titleLab" destination="nZZ-3G-8bJ" id="9KF-mX-KbM"/>
  71. </connections>
  72. <point key="canvasLocation" x="131" y="-11"/>
  73. </view>
  74. </objects>
  75. <resources>
  76. <image name="icon_black_wen" width="19.333333969116211" height="19.333333969116211"/>
  77. <systemColor name="systemBackgroundColor">
  78. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  79. </systemColor>
  80. </resources>
  81. </document>