|
|
@@ -1,33 +1,88 @@
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6751" systemVersion="14C1514" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7531" systemVersion="14D131" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="peg-r0-mlo">
|
|
|
<dependencies>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6736"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7520"/>
|
|
|
</dependencies>
|
|
|
<scenes>
|
|
|
<!--View Controller-->
|
|
|
- <scene sceneID="tne-QT-ifu">
|
|
|
+ <scene sceneID="q9F-GD-CcN">
|
|
|
<objects>
|
|
|
- <viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Kingfisher_Demo" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
- <layoutGuides>
|
|
|
- <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
|
|
- <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
|
|
- </layoutGuides>
|
|
|
- <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
|
|
+ <collectionViewController id="IdS-po-MDe" customClass="ViewController" customModule="Kingfisher_Demo" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
+ <collectionView key="view" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="prototypes" id="cQA-0g-Ig3">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
- <subviews>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="xN4-kw-a8U">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="221" height="197"/>
|
|
|
- </imageView>
|
|
|
- </subviews>
|
|
|
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
|
- </view>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="46n-QC-xKN">
|
|
|
+ <size key="itemSize" width="250" height="250"/>
|
|
|
+ <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="10" maxX="0.0" maxY="10"/>
|
|
|
+ </collectionViewFlowLayout>
|
|
|
+ <cells>
|
|
|
+ <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="collectionViewCell" id="jYH-ix-b6K" customClass="CollectionViewCell" customModule="Kingfisher_Demo" customModuleProvider="target">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="250" height="250"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="5wL-TX-hML">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="250" height="250"/>
|
|
|
+ </imageView>
|
|
|
+ </subviews>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
+ </view>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="5wL-TX-hML" secondAttribute="bottom" id="6Fx-JY-GDB"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="5wL-TX-hML" secondAttribute="trailing" id="Fev-Dq-rlR"/>
|
|
|
+ <constraint firstItem="5wL-TX-hML" firstAttribute="top" secondItem="jYH-ix-b6K" secondAttribute="top" id="e9v-9B-3Ji"/>
|
|
|
+ <constraint firstItem="5wL-TX-hML" firstAttribute="leading" secondItem="jYH-ix-b6K" secondAttribute="leading" id="rxf-rn-zPF"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <outlet property="cellImageView" destination="5wL-TX-hML" id="vlC-e9-WbX"/>
|
|
|
+ </connections>
|
|
|
+ </collectionViewCell>
|
|
|
+ </cells>
|
|
|
+ <connections>
|
|
|
+ <outlet property="dataSource" destination="IdS-po-MDe" id="FRQ-Vg-rwJ"/>
|
|
|
+ <outlet property="delegate" destination="IdS-po-MDe" id="VdT-PX-8WU"/>
|
|
|
+ </connections>
|
|
|
+ </collectionView>
|
|
|
+ <navigationItem key="navigationItem" id="tBW-1C-FRK">
|
|
|
+ <barButtonItem key="leftBarButtonItem" title="Clear Cache" id="5vP-RF-3ee">
|
|
|
+ <connections>
|
|
|
+ <action selector="clearCache:" destination="IdS-po-MDe" id="sjm-lk-eGI"/>
|
|
|
+ </connections>
|
|
|
+ </barButtonItem>
|
|
|
+ <barButtonItem key="rightBarButtonItem" title="Reload" id="FbL-Yi-uUn">
|
|
|
+ <connections>
|
|
|
+ <action selector="reload:" destination="IdS-po-MDe" id="fTQ-Jo-Q55"/>
|
|
|
+ </connections>
|
|
|
+ </barButtonItem>
|
|
|
+ </navigationItem>
|
|
|
+ </collectionViewController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="Djx-Kg-Zzu" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
+ </objects>
|
|
|
+ <point key="canvasLocation" x="1107" y="647"/>
|
|
|
+ </scene>
|
|
|
+ <!--Navigation Controller-->
|
|
|
+ <scene sceneID="a89-ss-78Y">
|
|
|
+ <objects>
|
|
|
+ <navigationController automaticallyAdjustsScrollViewInsets="NO" id="peg-r0-mlo" sceneMemberID="viewController">
|
|
|
+ <toolbarItems/>
|
|
|
+ <navigationBar key="navigationBar" contentMode="scaleToFill" id="ese-eO-cur">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
|
+ <autoresizingMask key="autoresizingMask"/>
|
|
|
+ </navigationBar>
|
|
|
+ <nil name="viewControllers"/>
|
|
|
<connections>
|
|
|
- <outlet property="imageView" destination="xN4-kw-a8U" id="p9e-iJ-uYa"/>
|
|
|
+ <segue destination="IdS-po-MDe" kind="relationship" relationship="rootViewController" id="Mf8-3g-VXm"/>
|
|
|
</connections>
|
|
|
- </viewController>
|
|
|
- <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
|
|
+ </navigationController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="Ull-Ta-ybR" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
</objects>
|
|
|
+ <point key="canvasLocation" x="295" y="647"/>
|
|
|
</scene>
|
|
|
</scenes>
|
|
|
</document>
|