123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" 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="16087"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="JXShowLabelVc">
- <connections>
- <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="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0jo-XI-bPt">
- <rect key="frame" x="0.0" y="0.0" width="414" height="64"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="标签" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oxT-SB-Pbl">
- <rect key="frame" x="189.5" y="31.5" width="35" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qQ5-sL-nhF">
- <rect key="frame" x="0.0" y="20" width="46" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="46" id="3ka-S0-u2T"/>
- <constraint firstAttribute="height" constant="44" id="QBW-2v-gKB"/>
- </constraints>
- <state key="normal" title="Button" image="photo_title_back_black"/>
- <connections>
- <action selector="gobackBtn:" destination="-1" eventType="touchUpInside" id="Y6q-8O-D0q"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="qQ5-sL-nhF" secondAttribute="bottom" id="0aA-eO-m1N"/>
- <constraint firstItem="oxT-SB-Pbl" firstAttribute="centerX" secondItem="0jo-XI-bPt" secondAttribute="centerX" id="BTj-eT-vqD"/>
- <constraint firstItem="oxT-SB-Pbl" firstAttribute="centerY" secondItem="qQ5-sL-nhF" secondAttribute="centerY" id="Wme-o1-pZ3"/>
- <constraint firstAttribute="height" constant="64" id="dOu-zu-0eR"/>
- <constraint firstItem="qQ5-sL-nhF" firstAttribute="leading" secondItem="0jo-XI-bPt" secondAttribute="leading" id="viw-by-jTv"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="0jo-XI-bPt" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Rt6-4z-CBa"/>
- <constraint firstItem="0jo-XI-bPt" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="azb-Wb-Fuv"/>
- <constraint firstAttribute="trailing" secondItem="0jo-XI-bPt" secondAttribute="trailing" id="cxc-mQ-prm"/>
- </constraints>
- <point key="canvasLocation" x="139" y="92"/>
- </view>
- </objects>
- <resources>
- <image name="photo_title_back_black" width="25" height="25"/>
- </resources>
- </document>
|