12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
- <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="hHO-H2-FEX" customClass="MenuHeadView" customModule="ADHTuanCan" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="549" height="517"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="首页背景" translatesAutoresizingMaskIntoConstraints="NO" id="6Wc-1S-tNY">
- <rect key="frame" x="0.0" y="0.0" width="549" height="517"/>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="rgL-Xe-8Ai">
- <rect key="frame" x="0.0" y="44" width="65" height="24"/>
- <constraints>
- <constraint firstAttribute="width" constant="65" id="RNV-Tc-ATe"/>
- </constraints>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" image="白色返回"/>
- <connections>
- <action selector="backAction:" destination="hHO-H2-FEX" eventType="touchUpInside" id="Gi9-hO-Uh5"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" red="0.63137254899999995" green="0.66274509800000003" blue="0.78039215689999997" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="6Wc-1S-tNY" secondAttribute="bottom" id="OZM-Hv-wYN"/>
- <constraint firstAttribute="trailing" secondItem="6Wc-1S-tNY" secondAttribute="trailing" id="SGf-Ie-s4e"/>
- <constraint firstItem="rgL-Xe-8Ai" firstAttribute="leading" secondItem="hHO-H2-FEX" secondAttribute="leading" id="XsS-3h-BhP"/>
- <constraint firstItem="6Wc-1S-tNY" firstAttribute="leading" secondItem="hHO-H2-FEX" secondAttribute="leading" id="icW-d5-7o4"/>
- <constraint firstItem="rgL-Xe-8Ai" firstAttribute="top" secondItem="hHO-H2-FEX" secondAttribute="top" constant="44" id="qwv-8A-Xsl"/>
- <constraint firstItem="6Wc-1S-tNY" firstAttribute="top" secondItem="hHO-H2-FEX" secondAttribute="top" id="sEs-nc-gmA"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="backImageView" destination="6Wc-1S-tNY" id="K8T-bD-TVW"/>
- <outlet property="topHeight" destination="qwv-8A-Xsl" id="cxL-aU-RV9"/>
- </connections>
- <point key="canvasLocation" x="203.81679389312976" y="-85.563380281690144"/>
- </view>
- </objects>
- <resources>
- <image name="白色返回" width="24" height="24"/>
- <image name="首页背景" width="375" height="377.66665649414062"/>
- </resources>
- </document>
|