<?xml version="1.0" encoding="UTF-8"?>
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
<dependencies>
|
<deployment identifier="iOS"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/>
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
<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" customClass="VIPAgreementVC" customModule="XQMuse" customModuleProvider="target">
|
<connections>
|
<outlet property="btn_agreement" destination="Rjo-0f-iSd" id="fkK-d7-8w6"/>
|
<outlet property="btn_reject" destination="xco-fG-jdj" id="lf9-3a-nmZ"/>
|
<outlet property="label_title" destination="qoW-WY-Ihe" id="agC-2g-bhA"/>
|
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
|
<outlet property="view_container" destination="AnX-KS-3cU" id="snA-fT-ZG6"/>
|
<outlet property="webView" destination="2TR-sg-l6t" id="yl4-Dd-Htd"/>
|
</connections>
|
</placeholder>
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
|
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<subviews>
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="AnX-KS-3cU">
|
<rect key="frame" x="45" y="202" width="303" height="473"/>
|
<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="qoW-WY-Ihe">
|
<rect key="frame" x="133.66666666666666" y="20" width="36" height="20"/>
|
<constraints>
|
<constraint firstAttribute="height" constant="20" id="rxU-IW-0Ad"/>
|
</constraints>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
|
<color key="textColor" red="0.57647058823529407" green="0.66666666666666663" blue="0.49803921568627452" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<nil key="highlightedColor"/>
|
</label>
|
<wkWebView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2TR-sg-l6t">
|
<rect key="frame" x="0.0" y="67" width="303" height="340"/>
|
<wkWebViewConfiguration key="configuration">
|
<audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/>
|
<wkPreferences key="preferences"/>
|
</wkWebViewConfiguration>
|
</wkWebView>
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="39" translatesAutoresizingMaskIntoConstraints="NO" id="WJO-cd-ayp">
|
<rect key="frame" x="34" y="417" width="235" height="40"/>
|
<subviews>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xco-fG-jdj">
|
<rect key="frame" x="0.0" y="0.0" width="98" height="40"/>
|
<constraints>
|
<constraint firstAttribute="width" constant="98" id="Ela-Hm-Q8b"/>
|
</constraints>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="拒绝">
|
<color key="titleColor" red="0.57647058819999997" green="0.66666666669999997" blue="0.49803921569999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
</state>
|
<connections>
|
<action selector="rejectAction:" destination="-1" eventType="touchUpInside" id="gjP-WR-93F"/>
|
</connections>
|
</button>
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Rjo-0f-iSd">
|
<rect key="frame" x="137" y="0.0" width="98" height="40"/>
|
<color key="backgroundColor" red="0.57647058819999997" green="0.66666666669999997" blue="0.49803921569999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<constraints>
|
<constraint firstAttribute="width" constant="98" id="KgB-K0-wQm"/>
|
</constraints>
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
<state key="normal" title="同意">
|
<color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</state>
|
<connections>
|
<action selector="agreementAction:" destination="-1" eventType="touchUpInside" id="cf5-vP-ePN"/>
|
</connections>
|
</button>
|
</subviews>
|
<constraints>
|
<constraint firstAttribute="height" constant="40" id="ikX-1C-Pz2"/>
|
</constraints>
|
</stackView>
|
</subviews>
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
<constraints>
|
<constraint firstAttribute="trailing" secondItem="2TR-sg-l6t" secondAttribute="trailing" id="DMF-sl-hAC"/>
|
<constraint firstItem="qoW-WY-Ihe" firstAttribute="centerX" secondItem="AnX-KS-3cU" secondAttribute="centerX" id="FPH-oU-PjA"/>
|
<constraint firstItem="WJO-cd-ayp" firstAttribute="top" secondItem="2TR-sg-l6t" secondAttribute="bottom" constant="10" id="IbN-HZ-UV8"/>
|
<constraint firstItem="qoW-WY-Ihe" firstAttribute="top" secondItem="AnX-KS-3cU" secondAttribute="top" constant="20" id="Mtn-gt-DPT"/>
|
<constraint firstItem="2TR-sg-l6t" firstAttribute="leading" secondItem="AnX-KS-3cU" secondAttribute="leading" id="Wjo-E4-zzl"/>
|
<constraint firstAttribute="bottom" secondItem="WJO-cd-ayp" secondAttribute="bottom" constant="16" id="gpP-KD-Mn6"/>
|
<constraint firstItem="2TR-sg-l6t" firstAttribute="top" secondItem="qoW-WY-Ihe" secondAttribute="bottom" constant="27" id="weP-0B-0DR"/>
|
<constraint firstItem="WJO-cd-ayp" firstAttribute="centerX" secondItem="AnX-KS-3cU" secondAttribute="centerX" id="yk1-6H-Ggd"/>
|
</constraints>
|
</view>
|
</subviews>
|
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
|
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.69999999999999996" colorSpace="custom" customColorSpace="sRGB"/>
|
<constraints>
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="AnX-KS-3cU" secondAttribute="bottom" constant="143" id="5qL-gf-pPC"/>
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="AnX-KS-3cU" secondAttribute="trailing" constant="45" id="DW3-Yu-ivz"/>
|
<constraint firstItem="AnX-KS-3cU" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="143" id="HtO-g9-F4r"/>
|
<constraint firstItem="AnX-KS-3cU" firstAttribute="centerX" secondItem="fnl-2z-Ty3" secondAttribute="centerX" id="bgq-KK-mAd"/>
|
<constraint firstItem="AnX-KS-3cU" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="45" id="xBY-xB-mb0"/>
|
</constraints>
|
<point key="canvasLocation" x="139.69465648854961" y="20.422535211267608"/>
|
</view>
|
</objects>
|
<resources>
|
<systemColor name="systemBackgroundColor">
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
</systemColor>
|
</resources>
|
</document>
|