| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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="OOGuidePageController" customModule="O2Platform" customModuleProvider="target">
- <connections>
- <outlet property="containerView" destination="b8j-JG-m3f" id="kbT-KS-Vdv"/>
- <outlet property="pageControl" destination="FFs-In-a7W" id="nXb-ef-dCe"/>
- <outlet property="startButton" destination="qcH-0l-3VH" id="D0J-pH-FcG"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </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="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" translatesAutoresizingMaskIntoConstraints="NO" id="b8j-JG-m3f">
- <rect key="frame" x="0.0" y="20" width="375" height="647"/>
- </scrollView>
- <button opaque="NO" alpha="0.0" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qcH-0l-3VH" customClass="OOBaseUIButton" customModule="O2Platform" customModuleProvider="target">
- <rect key="frame" x="60" y="587" width="255" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="k6Q-yp-Njh"/>
- </constraints>
- <fontDescription key="fontDescription" name="PingFangSC-Regular" family="PingFang SC" pointSize="18"/>
- <state key="normal" title="开启体验">
- <color key="titleColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layerCornerRadius">
- <integer key="value" value="15"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- <connections>
- <action selector="startAppAction:" destination="-1" eventType="touchUpInside" id="OFz-qG-DLb"/>
- </connections>
- </button>
- <pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="FFs-In-a7W">
- <rect key="frame" x="0.0" y="627" width="375" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="vDD-9n-Nla"/>
- </constraints>
- <color key="pageIndicatorTintColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
- <color key="currentPageIndicatorTintColor" red="0.98431372549999996" green="0.2784313725" blue="0.2784313725" alpha="1" colorSpace="calibratedRGB"/>
- </pageControl>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="b8j-JG-m3f" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="0TF-0a-GYI"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="FFs-In-a7W" secondAttribute="bottom" constant="20" id="7V2-Ux-SHS"/>
- <constraint firstItem="b8j-JG-m3f" firstAttribute="bottom" secondItem="qcH-0l-3VH" secondAttribute="bottom" constant="50" id="97i-Rs-NdT"/>
- <constraint firstItem="FFs-In-a7W" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="JGe-r0-waK"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="qcH-0l-3VH" secondAttribute="trailing" constant="60" id="Lln-23-LFi"/>
- <constraint firstItem="FFs-In-a7W" firstAttribute="trailing" secondItem="fnl-2z-Ty3" secondAttribute="trailing" id="OvK-Qm-yjQ"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="b8j-JG-m3f" secondAttribute="bottom" id="URP-gU-7M9"/>
- <constraint firstItem="b8j-JG-m3f" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="eDr-jf-mnv"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="b8j-JG-m3f" secondAttribute="trailing" id="nFv-O5-5Q0"/>
- <constraint firstItem="qcH-0l-3VH" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="60" id="tcz-1x-m4C"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <point key="canvasLocation" x="62" y="177"/>
- </view>
- </objects>
- </document>
|