-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathEffectCollectionViewCell.xib
More file actions
37 lines (37 loc) · 2.59 KB
/
EffectCollectionViewCell.xib
File metadata and controls
37 lines (37 loc) · 2.59 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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</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" reuseIdentifier="EffectCollectionViewCell" id="gTV-IL-0wX" customClass="EffectCollectionViewCell">
<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="50" height="50"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="N47-uK-GNP">
<rect key="frame" x="0.0" y="0.0" width="50" height="50"/>
</imageView>
</subviews>
</view>
<constraints>
<constraint firstItem="N47-uK-GNP" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="4Gy-Mb-GCg"/>
<constraint firstAttribute="bottom" secondItem="N47-uK-GNP" secondAttribute="bottom" id="ROn-F0-kMj"/>
<constraint firstItem="N47-uK-GNP" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Vdk-uv-Kqe"/>
<constraint firstAttribute="trailing" secondItem="N47-uK-GNP" secondAttribute="trailing" id="qkN-2D-XUM"/>
</constraints>
<connections>
<outlet property="imageView" destination="N47-uK-GNP" id="hbh-JH-RRc"/>
</connections>
</collectionViewCell>
</objects>
</document>