| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" 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="18093"/>
- <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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="MyAdvertCell">
- <rect key="frame" x="0.0" y="0.0" width="195" height="249"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="195" height="249"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="x79-cE-QBl">
- <rect key="frame" x="0.0" y="0.0" width="195" height="249"/>
- </imageView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="home_zan.png" translatesAutoresizingMaskIntoConstraints="NO" id="YW1-zU-gbx">
- <rect key="frame" x="12" y="216" width="20" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="2qd-4d-byG"/>
- <constraint firstAttribute="height" constant="20" id="9Cp-Ib-FJW"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pBa-x7-zdf">
- <rect key="frame" x="37" y="217" width="9" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.95686274510000002" green="0.96078431369999995" blue="0.96470588239999999" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="YW1-zU-gbx" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="12" id="6sg-FT-xJF"/>
- <constraint firstAttribute="trailing" secondItem="x79-cE-QBl" secondAttribute="trailing" id="BXp-T9-2BP"/>
- <constraint firstItem="pBa-x7-zdf" firstAttribute="leading" secondItem="YW1-zU-gbx" secondAttribute="trailing" constant="5" id="DUo-Gq-y0h"/>
- <constraint firstAttribute="bottom" secondItem="x79-cE-QBl" secondAttribute="bottom" id="EPW-6L-Wma"/>
- <constraint firstAttribute="bottom" secondItem="YW1-zU-gbx" secondAttribute="bottom" constant="13" id="FDv-fa-8S1"/>
- <constraint firstItem="x79-cE-QBl" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="XnN-H9-qJo"/>
- <constraint firstItem="pBa-x7-zdf" firstAttribute="centerY" secondItem="YW1-zU-gbx" secondAttribute="centerY" id="egC-Zo-Cs1"/>
- <constraint firstItem="x79-cE-QBl" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="n8e-9b-XXS"/>
- </constraints>
- <size key="customSize" width="176" height="302"/>
- <connections>
- <outlet property="numLb" destination="pBa-x7-zdf" id="u4I-mA-JBb"/>
- <outlet property="thumb" destination="x79-cE-QBl" id="ptf-hy-aOh"/>
- </connections>
- <point key="canvasLocation" x="193.47826086956522" y="161.71875"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="home_zan.png" width="40" height="40"/>
- </resources>
- </document>
|