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.
48 lines
3.6 KiB
48 lines
3.6 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" colorMatched="YES"> |
|
<device id="retina4_7" orientation="portrait" appearance="light"/> |
|
<dependencies> |
|
<deployment identifier="iOS"/> |
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15510"/> |
|
<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="276" id="KGk-i7-Jjw" customClass="MoreCollectionTableViewCell"> |
|
<rect key="frame" x="0.0" y="0.0" width="320" height="276"/> |
|
<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="276"/> |
|
<autoresizingMask key="autoresizingMask"/> |
|
<subviews> |
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="Qhd-F8-2YJ"> |
|
<rect key="frame" x="12" y="0.0" width="296" height="276"/> |
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> |
|
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="kdy-cj-O6R"> |
|
<size key="itemSize" width="53" 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> |
|
<cells/> |
|
<connections> |
|
<outlet property="dataSource" destination="-1" id="O4Q-UH-6ig"/> |
|
<outlet property="delegate" destination="-1" id="b77-Kb-qea"/> |
|
</connections> |
|
</collectionView> |
|
</subviews> |
|
<constraints> |
|
<constraint firstItem="Qhd-F8-2YJ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="R6j-ay-mfR"/> |
|
<constraint firstAttribute="bottom" secondItem="Qhd-F8-2YJ" secondAttribute="bottom" id="V3w-eG-gdZ"/> |
|
<constraint firstAttribute="trailing" secondItem="Qhd-F8-2YJ" secondAttribute="trailing" constant="12" id="VPL-7t-YwP"/> |
|
<constraint firstItem="Qhd-F8-2YJ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="i6b-C3-VT7"/> |
|
</constraints> |
|
</tableViewCellContentView> |
|
<connections> |
|
<outlet property="funcCollectionView" destination="Qhd-F8-2YJ" id="WS3-wj-a6o"/> |
|
</connections> |
|
<point key="canvasLocation" x="-242" y="142"/> |
|
</tableViewCell> |
|
</objects> |
|
</document>
|
|
|