1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?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" 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" id="iN0-l3-epB" customClass="RQExerciseSettingHeaderView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="设置" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DQi-gA-Zpy">
- <rect key="frame" x="169" y="11" width="37" height="22"/>
- <fontDescription key="fontDescription" type="system" pointSize="18"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yz2-UB-Ooz">
- <rect key="frame" x="284" y="0.0" width="75" height="44"/>
- <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="完成">
- <color key="titleColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
- </state>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yO0-SA-d3G">
- <rect key="frame" x="16" y="0.0" width="75" height="44"/>
- <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="取消">
- <color key="titleColor" red="0.54117647058823526" green="0.56470588235294117" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </state>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="yO0-SA-d3G" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="16" id="1If-Cl-H52"/>
- <constraint firstItem="yO0-SA-d3G" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="DlB-BA-h4x"/>
- <constraint firstItem="yz2-UB-Ooz" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="bOL-hg-xT5"/>
- <constraint firstItem="DQi-gA-Zpy" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="eor-or-NPr"/>
- <constraint firstItem="yO0-SA-d3G" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="0.2" id="fFg-or-Q4o"/>
- <constraint firstItem="DQi-gA-Zpy" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="lAx-Jo-mD1"/>
- <constraint firstItem="yz2-UB-Ooz" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="lU2-x8-i8F"/>
- <constraint firstAttribute="trailing" secondItem="yz2-UB-Ooz" secondAttribute="trailing" constant="16" id="rol-SN-gUW"/>
- <constraint firstItem="yz2-UB-Ooz" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="0.2" id="u91-7X-Jiq"/>
- <constraint firstItem="yO0-SA-d3G" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="vog-on-J7l"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="cancleBtn" destination="yO0-SA-d3G" id="eGs-At-5S0"/>
- <outlet property="completeBtn" destination="yz2-UB-Ooz" id="CYF-j7-pPA"/>
- </connections>
- <point key="canvasLocation" x="132" y="77"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|