1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="181" id="KGk-i7-Jjw" customClass="HomeTableViewCell" customModule="xingchuangke" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="181"/>
- <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="180.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="34T-DY-5cb">
- <rect key="frame" x="15" y="15" width="290" height="165.5"/>
- <constraints>
- <constraint firstAttribute="height" constant="165.5" id="bcR-Fg-lcP"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="34T-DY-5cb" secondAttribute="trailing" constant="15" id="4L2-HA-4cM"/>
- <constraint firstItem="34T-DY-5cb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="9h3-9u-Bgp"/>
- <constraint firstAttribute="bottom" secondItem="34T-DY-5cb" secondAttribute="bottom" id="q3E-CD-2gW"/>
- <constraint firstItem="34T-DY-5cb" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="tTc-Td-SCA"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <connections>
- <outlet property="img" destination="34T-DY-5cb" id="vTH-zp-cQ0"/>
- <outlet property="imgHeight" destination="bcR-Fg-lcP" id="3fy-3i-ajh"/>
- </connections>
- <point key="canvasLocation" x="-45" y="125"/>
- </tableViewCell>
- </objects>
- </document>
|