| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <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" insetsLayoutMarginsFromSafeArea="NO" id="iN0-l3-epB" customClass="TipAlert">
- <rect key="frame" x="0.0" y="0.0" width="413" height="76"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="U3y-CT-Xeu">
- <rect key="frame" x="10" y="29.5" width="35.5" height="17"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="1" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="JgM-yV-BuA" customClass="QMUIFillButton">
- <rect key="frame" x="113.5" y="23" width="50" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="DUa-SD-T4S"/>
- <constraint firstAttribute="width" constant="50" id="MTc-VL-Tkp"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="拒绝"/>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kOa-xY-pwq" customClass="QMUIFillButton">
- <rect key="frame" x="55.5" y="23" width="50" height="30"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="接受"/>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="JgM-yV-BuA" firstAttribute="leading" secondItem="kOa-xY-pwq" secondAttribute="trailing" constant="8" id="0e4-Y9-8Ml"/>
- <constraint firstItem="U3y-CT-Xeu" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="10" id="2mv-dY-jme"/>
- <constraint firstItem="kOa-xY-pwq" firstAttribute="height" secondItem="JgM-yV-BuA" secondAttribute="height" id="7ob-bZ-cmC"/>
- <constraint firstItem="kOa-xY-pwq" firstAttribute="leading" secondItem="U3y-CT-Xeu" secondAttribute="trailing" constant="10" id="Z15-WI-8Vk"/>
- <constraint firstItem="kOa-xY-pwq" firstAttribute="centerY" secondItem="U3y-CT-Xeu" secondAttribute="centerY" id="aDP-07-vUq"/>
- <constraint firstItem="U3y-CT-Xeu" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="10" id="g7G-7a-bXY"/>
- <constraint firstItem="JgM-yV-BuA" firstAttribute="centerY" secondItem="U3y-CT-Xeu" secondAttribute="centerY" id="hJF-gf-pNA"/>
- <constraint firstItem="kOa-xY-pwq" firstAttribute="width" secondItem="JgM-yV-BuA" secondAttribute="width" id="pOk-fu-G46"/>
- <constraint firstItem="U3y-CT-Xeu" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="qyL-v5-07t"/>
- </constraints>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="btnAgree" destination="kOa-xY-pwq" id="ms0-mw-IsP"/>
- <outlet property="btnCancel" destination="JgM-yV-BuA" id="iWA-dr-fFh"/>
- <outlet property="labTipText" destination="U3y-CT-Xeu" id="ce9-ya-YFe"/>
- </connections>
- <point key="canvasLocation" x="131.15942028985509" y="56.919642857142854"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|