|
@@ -19,15 +19,20 @@
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<subviews>
|
|
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" translatesAutoresizingMaskIntoConstraints="NO" id="Zaz-Cl-qpZ">
|
|
|
- <rect key="frame" x="0.0" y="20" width="375" height="598"/>
|
|
|
+ <rect key="frame" x="0.0" y="20" width="375" height="647"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="fF1-wd-0xN">
|
|
|
<size key="itemSize" width="50" height="50"/>
|
|
|
- <size key="headerReferenceSize" width="0.0" height="0.0"/>
|
|
|
+ <size key="headerReferenceSize" width="50" height="30"/>
|
|
|
<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/>
|
|
|
+ <collectionReusableView key="sectionHeaderView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" reuseIdentifier="header" id="AQ6-rS-Wxb">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="375" height="30"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <color key="backgroundColor" red="0.59999999999999998" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
+ </collectionReusableView>
|
|
|
<connections>
|
|
|
<outlet property="dataSource" destination="EFX-fO-Oip" id="2On-qP-zuG"/>
|
|
|
<outlet property="delegate" destination="EFX-fO-Oip" id="s3n-CL-8X2"/>
|
|
@@ -38,7 +43,7 @@
|
|
|
<constraints>
|
|
|
<constraint firstItem="Zaz-Cl-qpZ" firstAttribute="leading" secondItem="Meh-VD-wWh" secondAttribute="leading" id="1bp-sm-u0X"/>
|
|
|
<constraint firstItem="Meh-VD-wWh" firstAttribute="trailing" secondItem="Zaz-Cl-qpZ" secondAttribute="trailing" id="aNd-UL-hmu"/>
|
|
|
- <constraint firstItem="Meh-VD-wWh" firstAttribute="bottom" secondItem="Zaz-Cl-qpZ" secondAttribute="bottom" constant="49" id="aNr-tf-2AH"/>
|
|
|
+ <constraint firstItem="Meh-VD-wWh" firstAttribute="bottom" secondItem="Zaz-Cl-qpZ" secondAttribute="bottom" id="aNr-tf-2AH"/>
|
|
|
<constraint firstItem="Zaz-Cl-qpZ" firstAttribute="top" secondItem="Meh-VD-wWh" secondAttribute="top" id="tji-wt-R7s"/>
|
|
|
</constraints>
|
|
|
<viewLayoutGuide key="safeArea" id="Meh-VD-wWh"/>
|