| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?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="MORedPacketRuleView">
- <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="T2p-jZ-M2w">
- <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="5o1-C8-MPm" customClass="BigBtn">
- <rect key="frame" x="20" y="14" width="22" height="22"/>
- <constraints>
- <constraint firstAttribute="height" constant="22" id="evT-bD-ar5"/>
- <constraint firstAttribute="width" constant="22" id="jBy-du-NFM"/>
- </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="brY-4o-rQS"/>
- </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="nr6-9R-TEw">
- <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="trailing" secondItem="nr6-9R-TEw" secondAttribute="trailing" constant="55" id="3AL-0m-cuV"/>
- <constraint firstItem="nr6-9R-TEw" firstAttribute="leading" secondItem="T2p-jZ-M2w" secondAttribute="leading" constant="55" id="8iH-aU-22Y"/>
- <constraint firstAttribute="height" constant="50" id="S8E-oF-OYp"/>
- <constraint firstItem="5o1-C8-MPm" firstAttribute="centerY" secondItem="T2p-jZ-M2w" secondAttribute="centerY" id="Tpi-fJ-lJg"/>
- <constraint firstItem="5o1-C8-MPm" firstAttribute="leading" secondItem="T2p-jZ-M2w" secondAttribute="leading" constant="20" id="VAm-Yu-oCm"/>
- <constraint firstItem="nr6-9R-TEw" firstAttribute="centerY" secondItem="T2p-jZ-M2w" secondAttribute="centerY" id="oN5-EZ-hzM"/>
- </constraints>
- </view>
- <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="fhM-y7-sJE">
- <rect key="frame" x="15" y="50" width="363" height="482"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <color key="textColor" systemColor="labelColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
- </textView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="fhM-y7-sJE" firstAttribute="top" secondItem="T2p-jZ-M2w" secondAttribute="bottom" id="Oja-Yt-Uoa"/>
- <constraint firstAttribute="bottom" secondItem="fhM-y7-sJE" secondAttribute="bottom" id="WSg-xa-myQ"/>
- <constraint firstItem="T2p-jZ-M2w" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="WYP-vw-3NL"/>
- <constraint firstItem="fhM-y7-sJE" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="hnI-6C-ctm"/>
- <constraint firstAttribute="trailing" secondItem="fhM-y7-sJE" secondAttribute="trailing" constant="15" id="mor-4w-8Zn"/>
- <constraint firstItem="T2p-jZ-M2w" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="qrV-Jx-GCo"/>
- <constraint firstAttribute="trailing" secondItem="T2p-jZ-M2w" secondAttribute="trailing" id="rUI-u5-uUa"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="contentTev" destination="fhM-y7-sJE" id="QZe-Mu-L3c"/>
- <outlet property="titleLab" destination="nr6-9R-TEw" id="TAA-eA-D8P"/>
- </connections>
- <point key="canvasLocation" x="126" y="-11"/>
- </view>
- </objects>
- <resources>
- <image name="icon_live_center_left_black" width="10.333333015441895" height="18.666666030883789"/>
- <systemColor name="labelColor">
- <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|