-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChannelCollectionPagingViewCell.xib
39 lines (39 loc) · 3.18 KB
/
ChannelCollectionPagingViewCell.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</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" reuseIdentifier="" id="gTV-IL-0wX" customClass="ChannelCollectionPagingViewCell" customModule="TeeVee" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="600" height="200"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="600" height="200"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7kY-2Q-Mp7">
<rect key="frame" x="0.0" y="0.0" width="600" height="200"/>
</scrollView>
<pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="NbO-YJ-eKe">
<rect key="frame" x="281" y="169" width="39" height="37"/>
</pageControl>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<constraints>
<constraint firstItem="7kY-2Q-Mp7" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="9Nc-Mz-6bm"/>
<constraint firstAttribute="trailing" secondItem="7kY-2Q-Mp7" secondAttribute="trailing" id="DGG-qu-I9x"/>
<constraint firstItem="NbO-YJ-eKe" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="RVg-KV-tVy"/>
<constraint firstAttribute="bottom" secondItem="7kY-2Q-Mp7" secondAttribute="bottom" id="Y99-FW-Kxn"/>
<constraint firstItem="7kY-2Q-Mp7" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="mJi-Bd-bxt"/>
<constraint firstAttribute="bottom" secondItem="NbO-YJ-eKe" secondAttribute="bottom" constant="-6" id="yft-NR-oI9"/>
</constraints>
<connections>
<outlet property="pageControl" destination="NbO-YJ-eKe" id="WJX-YH-tbp"/>
<outlet property="scrollView" destination="7kY-2Q-Mp7" id="rxV-2U-y8q"/>
</connections>
</collectionViewCell>
</objects>
</document>