| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="MORedPacketHistoryView">
- <rect key="frame" x="0.0" y="0.0" width="393" height="532"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="13c-Oc-3W4">
- <rect key="frame" x="0.0" y="0.0" width="393" height="50"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tNQ-KU-dXO" customClass="BigBtn">
- <rect key="frame" x="20" y="14" width="22" height="22"/>
- <constraints>
- <constraint firstAttribute="width" constant="22" id="DxR-sW-2BF"/>
- <constraint firstAttribute="height" constant="22" id="KHU-St-EmE"/>
- </constraints>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" image="icon_live_center_left_black"/>
- <connections>
- <action selector="closeBtnClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="UH2-31-fdm"/>
- </connections>
- </button>
- <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">
- <rect key="frame" x="55" y="14.999999999999998" width="283" height="20.333333333333329"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="1Ws-fA-zvn"/>
- <constraint firstItem="tNQ-KU-dXO" firstAttribute="centerY" secondItem="13c-Oc-3W4" secondAttribute="centerY" id="BkK-NO-POl"/>
- <constraint firstItem="tNQ-KU-dXO" firstAttribute="leading" secondItem="13c-Oc-3W4" secondAttribute="leading" constant="20" id="cWT-2q-11e"/>
- <constraint firstItem="DgI-pd-rRt" firstAttribute="centerY" secondItem="13c-Oc-3W4" secondAttribute="centerY" id="n44-VP-9Gt"/>
- <constraint firstItem="DgI-pd-rRt" firstAttribute="leading" secondItem="13c-Oc-3W4" secondAttribute="leading" constant="55" id="tTV-RK-DdA"/>
- <constraint firstAttribute="trailing" secondItem="DgI-pd-rRt" secondAttribute="trailing" constant="55" id="ypz-ot-EAS"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="13c-Oc-3W4" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Fxk-Kn-sWk"/>
- <constraint firstAttribute="trailing" secondItem="13c-Oc-3W4" secondAttribute="trailing" id="RHE-KP-nJd"/>
- <constraint firstItem="13c-Oc-3W4" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="TDd-fi-t5H"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="titleLab" destination="DgI-pd-rRt" id="aXN-9i-xeW"/>
- </connections>
- <point key="canvasLocation" x="132" y="-11"/>
- </view>
- </objects>
- <resources>
- <image name="icon_live_center_left_black" width="10.333333015441895" height="18.666666030883789"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|