-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNoClassRightNow.xib
46 lines (46 loc) · 3.92 KB
/
NoClassRightNow.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="13C1021" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="NoClassRightNow" rowHeight="183" id="pH4-qa-c8K">
<rect key="frame" x="0.0" y="0.0" width="320" height="183"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="pH4-qa-c8K" id="xWn-wg-dOM">
<rect key="frame" x="0.0" y="0.0" width="320" height="182"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" image="flag" translatesAutoresizingMaskIntoConstraints="NO" id="R7f-Vi-AgX">
<rect key="frame" x="128" y="36" width="64" height="63"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<constraints>
<constraint firstAttribute="height" constant="64" id="33G-kU-1Cg"/>
<constraint firstAttribute="width" constant="64" id="N59-cR-egP"/>
</constraints>
</imageView>
<label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="no class right now!" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="R84-pq-IcC">
<rect key="frame" x="20" y="134" width="280" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="R84-pq-IcC" firstAttribute="leading" secondItem="xWn-wg-dOM" secondAttribute="leading" constant="20" id="2YJ-v6-mb6"/>
<constraint firstAttribute="trailing" secondItem="R84-pq-IcC" secondAttribute="trailing" constant="20" id="EU7-Rq-A2E"/>
<constraint firstItem="R7f-Vi-AgX" firstAttribute="top" secondItem="xWn-wg-dOM" secondAttribute="top" constant="35" id="IPL-yr-Ese"/>
<constraint firstItem="R7f-Vi-AgX" firstAttribute="centerX" secondItem="R84-pq-IcC" secondAttribute="centerX" id="IoT-fN-sek"/>
<constraint firstItem="R84-pq-IcC" firstAttribute="top" secondItem="R7f-Vi-AgX" secondAttribute="bottom" constant="35" id="Ssp-qi-My6"/>
<constraint firstItem="R84-pq-IcC" firstAttribute="top" secondItem="R7f-Vi-AgX" secondAttribute="bottom" constant="35" id="duf-4P-lLx"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</objects>
<resources>
<image name="flag" width="128" height="128"/>
</resources>
</document>