1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21678"/>
- <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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQPlaceDetailNoteIntroduceCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="383"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="383"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="实拍优势" translatesAutoresizingMaskIntoConstraints="NO" id="a4p-AH-8tJ">
- <rect key="frame" x="32" y="8" width="256" height="311"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="a4p-AH-8tJ" secondAttribute="height" multiplier="302:367" id="IW4-SQ-T9I"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="a4p-AH-8tJ" secondAttribute="trailing" constant="32" id="8gj-cM-hcx"/>
- <constraint firstItem="a4p-AH-8tJ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="MH1-dy-f0T"/>
- <constraint firstItem="a4p-AH-8tJ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="Phd-P5-EcP"/>
- </constraints>
- </tableViewCellContentView>
- <point key="canvasLocation" x="-6.1068702290076331" y="41.901408450704224"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="实拍优势" width="302" height="366.66665649414062"/>
- </resources>
- </document>
|