|
19 | 19 | <collectionViewFlowLayout key="collectionViewLayout" scrollDirection="horizontal" minimumLineSpacing="10" minimumInteritemSpacing="10" id="lm0-GF-aK5"> |
20 | 20 | <size key="itemSize" width="250" height="245"/> |
21 | 21 | <size key="headerReferenceSize" width="30" height="500"/> |
22 | | - <size key="footerReferenceSize" width="0.0" height="0.0"/> |
| 22 | + <size key="footerReferenceSize" width="50" height="500"/> |
23 | 23 | <inset key="sectionInset" minX="10" minY="0.0" maxX="20" maxY="0.0"/> |
24 | 24 | </collectionViewFlowLayout> |
25 | 25 | <cells> |
|
43 | 43 | <color key="backgroundColor" red="1" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
44 | 44 | </collectionViewCell> |
45 | 45 | </cells> |
46 | | - <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="TestView" id="7EZ-10-Zt3"> |
| 46 | + <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="Test Header View" id="7EZ-10-Zt3"> |
47 | 47 | <rect key="frame" x="0.0" y="0.0" width="30" height="500"/> |
48 | 48 | <autoresizingMask key="autoresizingMask"/> |
49 | 49 | <color key="backgroundColor" red="0.0" green="1" blue="0.0" alpha="1" colorSpace="calibratedRGB"/> |
50 | 50 | </collectionReusableView> |
| 51 | + <collectionReusableView key="sectionFooterView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="Test Footer View" id="HFq-Mx-g3M"> |
| 52 | + <rect key="frame" x="310" y="0.0" width="50" height="500"/> |
| 53 | + <autoresizingMask key="autoresizingMask"/> |
| 54 | + <color key="backgroundColor" red="0.5" green="0.0" blue="0.5" alpha="1" colorSpace="calibratedRGB"/> |
| 55 | + </collectionReusableView> |
51 | 56 | <connections> |
52 | 57 | <outlet property="dataSource" destination="2" id="xax-pR-9bi"/> |
53 | 58 | <outlet property="delegate" destination="2" id="nRY-TP-dCW"/> |
|
82 | 87 | <class className="ViewController" superclassName="UIViewController"> |
83 | 88 | <source key="sourceIdentifier" type="project" relativePath="./Classes/ViewController.h"/> |
84 | 89 | <relationships> |
85 | | - <relationship kind="outlet" name="collectionView" candidateClass="UICollectionView"/> |
| 90 | + <relationship kind="outlet" name="collectionView" candidateClass="PSUICollectionView"/> |
86 | 91 | </relationships> |
87 | 92 | </class> |
88 | 93 | </classes> |
|
0 commit comments