-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSGrowHeader.xib
More file actions
40 lines (40 loc) · 2.7 KB
/
CSGrowHeader.xib
File metadata and controls
40 lines (40 loc) · 2.7 KB
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
40
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
</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" id="1eT-rW-DvV">
<rect key="frame" x="0.0" y="0.0" width="320" height="200"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="320" height="200"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="success-baby" translatesAutoresizingMaskIntoConstraints="NO" id="QwK-rZ-0wc">
<rect key="frame" x="0.0" y="0.0" width="320" height="200"/>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<constraints>
<constraint firstItem="QwK-rZ-0wc" firstAttribute="leading" secondItem="1eT-rW-DvV" secondAttribute="leading" id="PaT-Gs-4tO"/>
<constraint firstItem="QwK-rZ-0wc" firstAttribute="top" secondItem="1eT-rW-DvV" secondAttribute="top" id="h5t-oD-Mwm"/>
<constraint firstAttribute="bottom" secondItem="QwK-rZ-0wc" secondAttribute="bottom" id="si8-4z-llN"/>
<constraint firstAttribute="trailing" secondItem="QwK-rZ-0wc" secondAttribute="trailing" id="wWf-Cp-s7b"/>
</constraints>
<size key="customSize" width="320" height="200"/>
</collectionViewCell>
</objects>
<resources>
<image name="success-baby" width="640" height="425"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>