This repository was archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathTabViewCell.xib
63 lines (63 loc) · 5.32 KB
/
TabViewCell.xib
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
</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="4Wy-Pf-7u1" customClass="TabViewCell" customModule="reddift" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="404" height="592"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
<rect key="frame" x="0.0" y="0.0" width="404" height="592"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="K5X-3e-J2H">
<rect key="frame" x="0.0" y="0.0" width="404" height="592"/>
<color key="backgroundColor" red="0.0" green="0.8833333333333333" blue="1" alpha="0.81211235687022898" colorSpace="calibratedRGB"/>
</view>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="dummy" translatesAutoresizingMaskIntoConstraints="NO" id="EoP-hc-dGq">
<rect key="frame" x="101" y="148" width="202" height="296"/>
<color key="backgroundColor" red="1" green="0.72156862749999995" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" secondItem="EoP-hc-dGq" secondAttribute="height" multiplier="101:148" id="Ugp-No-MV6"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Aiu-yb-34t">
<rect key="frame" x="181" y="450" width="42" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<constraints>
<constraint firstItem="K5X-3e-J2H" firstAttribute="top" secondItem="4Wy-Pf-7u1" secondAttribute="top" id="1lj-Qf-4Mw"/>
<constraint firstItem="K5X-3e-J2H" firstAttribute="leading" secondItem="4Wy-Pf-7u1" secondAttribute="leading" id="7uu-Fh-dOO"/>
<constraint firstItem="Aiu-yb-34t" firstAttribute="top" secondItem="EoP-hc-dGq" secondAttribute="bottom" constant="6" id="PTz-Pn-hMS"/>
<constraint firstItem="EoP-hc-dGq" firstAttribute="centerX" secondItem="4Wy-Pf-7u1" secondAttribute="centerX" id="R30-c9-V4y"/>
<constraint firstAttribute="bottom" secondItem="K5X-3e-J2H" secondAttribute="bottom" id="kBd-W1-0Mt"/>
<constraint firstItem="Aiu-yb-34t" firstAttribute="centerX" secondItem="4Wy-Pf-7u1" secondAttribute="centerX" id="kU7-2z-3CQ"/>
<constraint firstItem="EoP-hc-dGq" firstAttribute="width" secondItem="K5X-3e-J2H" secondAttribute="width" multiplier="0.5" id="qPQ-HJ-oJI"/>
<constraint firstItem="EoP-hc-dGq" firstAttribute="centerY" secondItem="4Wy-Pf-7u1" secondAttribute="centerY" id="vjt-2B-U78"/>
<constraint firstAttribute="trailing" secondItem="K5X-3e-J2H" secondAttribute="trailing" id="zBy-Ug-0BG"/>
</constraints>
<size key="customSize" width="404" height="592"/>
<connections>
<outlet property="aspectRatio" destination="Ugp-No-MV6" id="auh-TD-vuJ"/>
<outlet property="numberLabel" destination="Aiu-yb-34t" id="4cu-qH-lgF"/>
<outlet property="screenImageView" destination="EoP-hc-dGq" id="QPH-7A-9FT"/>
<outlet property="widthRatio" destination="qPQ-HJ-oJI" id="mRi-ME-mHV"/>
</connections>
<point key="canvasLocation" x="499" y="470"/>
</collectionViewCell>
</objects>
<resources>
<image name="dummy" width="750" height="1334"/>
</resources>
</document>