<? xml version = "1.0" encoding = "UTF-8" standalone = "no" ?>
< document type = "com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version = "3.0" toolsVersion = "6254" systemVersion = "14B25" targetRuntime = "iOS.CocoaTouch" propertyAccessControl = "none" useAutolayout = "YES" useTraitCollections = "YES" initialViewController = "fNw-sO-QDe" >
< dependencies >
< plugIn identifier = "com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version = "6247" />
</ dependencies >
< scenes >
<!--View Controller-->
< scene sceneID = "wxT-ij-Le6" >
< objects >
< collectionViewController id = "fNw-sO-QDe" customClass = "ViewController" customModule = "SwiftInAction_008_015" customModuleProvider = "target" sceneMemberID = "viewController" >
< collectionView key = "view" clipsSubviews = "YES" multipleTouchEnabled = "YES" contentMode = "scaleToFill" dataMode = "prototypes" id = "pK1-nH-r5x" >
< rect key = "frame" x = "0.0" y = "0.0" width = "600" height = "600" />
< autoresizingMask key = "autoresizingMask" widthSizable = "YES" heightSizable = "YES" />
< color key = "backgroundColor" white = "0.66666666666666663" alpha = "1" colorSpace = "calibratedWhite" />
< collectionViewFlowLayout key = "collectionViewLayout" minimumLineSpacing = "10" minimumInteritemSpacing = "10" id = "UDB-fy-TG6" >
< size key = "itemSize" width = "92" height = "97" />
< size key = "headerReferenceSize" width = "0.0" height = "20" />
< 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 >
< collectionViewCell opaque = "NO" clipsSubviews = "YES" multipleTouchEnabled = "YES" contentMode = "center" restorationIdentifier = "ViewCell" reuseIdentifier = "DesignViewCell" id = "FKz-79-V4r" >
< 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 = "92" height = "97" />
< autoresizingMask key = "autoresizingMask" />
< subviews >
< imageView userInteractionEnabled = "NO" tag = "1" contentMode = "scaleToFill" horizontalHuggingPriority = "251" verticalHuggingPriority = "251" fixedFrame = "YES" translatesAutoresizingMaskIntoConstraints = "NO" id = "ZmJ-ad-pZs" >
< rect key = "frame" x = "4" y = "4" width = "75" height = "65" />
</ imageView >
< label opaque = "NO" clipsSubviews = "YES" userInteractionEnabled = "NO" tag = "2" contentMode = "left" horizontalHuggingPriority = "251" verticalHuggingPriority = "251" fixedFrame = "YES" text = "Label" textAlignment = "center" lineBreakMode = "tailTruncation" baselineAdjustment = "alignBaselines" adjustsFontSizeToFit = "NO" translatesAutoresizingMaskIntoConstraints = "NO" id = "U4J-Ys-QBF" >
< rect key = "frame" x = "4" y = "71" width = "75" height = "21" />
< fontDescription key = "fontDescription" type = "system" pointSize = "17" />
< color key = "textColor" cocoaTouchSystemColor = "darkTextColor" />
< nil key = "highlightedColor" />
</ label >
</ subviews >
< color key = "backgroundColor" white = "0.0" alpha = "0.0" colorSpace = "calibratedWhite" />
</ view >
</ collectionViewCell >
</ cells >
< collectionReusableView key = "sectionHeaderView" opaque = "NO" clipsSubviews = "YES" multipleTouchEnabled = "YES" contentMode = "center" id = "rmh-sg-HAy" >
< rect key = "frame" x = "0.0" y = "0.0" width = "600" height = "20" />
< autoresizingMask key = "autoresizingMask" />
</ collectionReusableView >
< connections >
< outlet property = "dataSource" destination = "fNw-sO-QDe" id = "LWA-AL-0di" />
< outlet property = "delegate" destination = "fNw-sO-QDe" id = "RRE-KH-WU2" />
</ connections >
</ collectionView >
</ collectionViewController >
< placeholder placeholderIdentifier = "IBFirstResponder" id = "tTf-V2-wvH" userLabel = "First Responder" sceneMemberID = "firstResponder" />
</ objects >
< point key = "canvasLocation" x = "174" y = "137" />
</ scene >
</ scenes >
</ document >
|