123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" 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="23506"/>
- <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"/>
- <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="U6b-Vx-4bR" customClass="NYFailSpecialExerciseHeaderView">
- <rect key="frame" x="0.0" y="0.0" width="320" height="130"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gye-4e-HJt">
- <rect key="frame" x="0.0" y="0.0" width="320" height="130"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="电子资料H" translatesAutoresizingMaskIntoConstraints="NO" id="OQr-iA-tOi">
- <rect key="frame" x="0.0" y="0.0" width="320" height="130"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="OQr-iA-tOi" secondAttribute="trailing" id="DVa-Ol-s3E"/>
- <constraint firstItem="OQr-iA-tOi" firstAttribute="leading" secondItem="gye-4e-HJt" secondAttribute="leading" id="j8f-9f-k1c"/>
- <constraint firstItem="OQr-iA-tOi" firstAttribute="top" secondItem="gye-4e-HJt" secondAttribute="top" id="jk7-l3-fjP"/>
- <constraint firstAttribute="bottom" secondItem="OQr-iA-tOi" secondAttribute="bottom" id="qIg-u7-jb4"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="gye-4e-HJt" secondAttribute="bottom" id="8d9-vc-MXG"/>
- <constraint firstItem="gye-4e-HJt" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="Bop-HS-2q3"/>
- <constraint firstItem="gye-4e-HJt" firstAttribute="leading" secondItem="U6b-Vx-4bR" secondAttribute="leading" id="G1h-rP-MQI"/>
- <constraint firstAttribute="trailing" secondItem="gye-4e-HJt" secondAttribute="trailing" id="RSZ-hM-i7N"/>
- </constraints>
- <point key="canvasLocation" x="43" y="-12"/>
- </collectionReusableView>
- </objects>
- <resources>
- <image name="电子资料H" width="345" height="130"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|