MORedPacketHistoryView.xib 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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="MORedPacketHistoryView">
  14. <rect key="frame" x="0.0" y="0.0" width="393" height="532"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="13c-Oc-3W4">
  18. <rect key="frame" x="0.0" y="0.0" width="393" height="50"/>
  19. <subviews>
  20. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tNQ-KU-dXO" customClass="BigBtn">
  21. <rect key="frame" x="20" y="14" width="22" height="22"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="22" id="DxR-sW-2BF"/>
  24. <constraint firstAttribute="height" constant="22" id="KHU-St-EmE"/>
  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_live_center_left_black"/>
  28. <connections>
  29. <action selector="closeBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="UH2-31-fdm"/>
  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="DgI-pd-rRt">
  33. <rect key="frame" x="55" y="14.999999999999998" width="283" height="20.333333333333329"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  35. <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="50" id="1Ws-fA-zvn"/>
  42. <constraint firstItem="tNQ-KU-dXO" firstAttribute="centerY" secondItem="13c-Oc-3W4" secondAttribute="centerY" id="BkK-NO-POl"/>
  43. <constraint firstItem="tNQ-KU-dXO" firstAttribute="leading" secondItem="13c-Oc-3W4" secondAttribute="leading" constant="20" id="cWT-2q-11e"/>
  44. <constraint firstItem="DgI-pd-rRt" firstAttribute="centerY" secondItem="13c-Oc-3W4" secondAttribute="centerY" id="n44-VP-9Gt"/>
  45. <constraint firstItem="DgI-pd-rRt" firstAttribute="leading" secondItem="13c-Oc-3W4" secondAttribute="leading" constant="55" id="tTV-RK-DdA"/>
  46. <constraint firstAttribute="trailing" secondItem="DgI-pd-rRt" secondAttribute="trailing" constant="55" id="ypz-ot-EAS"/>
  47. </constraints>
  48. </view>
  49. </subviews>
  50. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  51. <constraints>
  52. <constraint firstItem="13c-Oc-3W4" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Fxk-Kn-sWk"/>
  53. <constraint firstAttribute="trailing" secondItem="13c-Oc-3W4" secondAttribute="trailing" id="RHE-KP-nJd"/>
  54. <constraint firstItem="13c-Oc-3W4" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="TDd-fi-t5H"/>
  55. </constraints>
  56. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  57. <connections>
  58. <outlet property="titleLab" destination="DgI-pd-rRt" id="aXN-9i-xeW"/>
  59. </connections>
  60. <point key="canvasLocation" x="132" y="-11"/>
  61. </view>
  62. </objects>
  63. <resources>
  64. <image name="icon_live_center_left_black" width="10.333333015441895" height="18.666666030883789"/>
  65. <systemColor name="systemBackgroundColor">
  66. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  67. </systemColor>
  68. </resources>
  69. </document>