-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIGFullScreenPhotoViewCell.xib
More file actions
executable file
·41 lines (41 loc) · 2.73 KB
/
IGFullScreenPhotoViewCell.xib
File metadata and controls
executable file
·41 lines (41 loc) · 2.73 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
41
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9060" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9051"/>
</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="gTV-IL-0wX" customClass="IGFullScreenPhotoViewCell">
<rect key="frame" x="0.0" y="0.0" width="274" height="403"/>
<autoresizingMask key="autoresizingMask"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="274" height="403"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="zG5-7J-Tcq">
<rect key="frame" x="0.0" y="0.0" width="274" height="403"/>
<animations/>
<constraints>
<constraint firstAttribute="height" constant="403" id="9Bg-cJ-kaU"/>
</constraints>
</imageView>
</subviews>
<animations/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<animations/>
<constraints>
<constraint firstAttribute="trailing" secondItem="zG5-7J-Tcq" secondAttribute="trailing" id="IMh-7G-dm4"/>
<constraint firstItem="zG5-7J-Tcq" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="Jne-a1-6yJ"/>
<constraint firstItem="zG5-7J-Tcq" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="Ogp-Px-gcq"/>
</constraints>
<size key="customSize" width="274" height="403"/>
<connections>
<outlet property="photoImageHeight" destination="9Bg-cJ-kaU" id="7kP-99-tAA"/>
<outlet property="photoImageView" destination="zG5-7J-Tcq" id="Zse-aQ-fvx"/>
</connections>
<point key="canvasLocation" x="164" y="333.5"/>
</collectionViewCell>
</objects>
</document>