You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
3.5 KiB
45 lines
3.5 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> |
|
<device id="retina6_1" orientation="portrait" appearance="light"/> |
|
<dependencies> |
|
<deployment identifier="iOS"/> |
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/> |
|
<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="default" indentationWidth="10" rowHeight="154" id="KGk-i7-Jjw" customClass="WHomeFunCell"> |
|
<rect key="frame" x="0.0" y="0.0" width="320" height="154"/> |
|
<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="154"/> |
|
<autoresizingMask key="autoresizingMask"/> |
|
<subviews> |
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Qi0-5t-e7b"> |
|
<rect key="frame" x="12" y="6" width="296" height="142"/> |
|
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/> |
|
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="yAv-yu-Pql"> |
|
<size key="itemSize" width="50" height="50"/> |
|
<size key="headerReferenceSize" width="0.0" height="0.0"/> |
|
<size key="footerReferenceSize" width="0.0" height="0.0"/> |
|
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/> |
|
</collectionViewFlowLayout> |
|
</collectionView> |
|
</subviews> |
|
<constraints> |
|
<constraint firstItem="Qi0-5t-e7b" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="KPW-2G-rfx"/> |
|
<constraint firstItem="Qi0-5t-e7b" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="6" id="Y2V-LM-x3N"/> |
|
<constraint firstAttribute="trailing" secondItem="Qi0-5t-e7b" secondAttribute="trailing" constant="12" id="ZB1-Va-uFT"/> |
|
<constraint firstAttribute="bottom" secondItem="Qi0-5t-e7b" secondAttribute="bottom" constant="6" id="m4C-dR-BYc"/> |
|
</constraints> |
|
</tableViewCellContentView> |
|
<viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/> |
|
<connections> |
|
<outlet property="funCollectionView" destination="Qi0-5t-e7b" id="v0B-Tv-lyH"/> |
|
</connections> |
|
<point key="canvasLocation" x="131.8840579710145" y="159.375"/> |
|
</tableViewCell> |
|
</objects> |
|
</document>
|
|
|