ProgramVacateImageCell.xib
4.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<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"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="ProgramVacateImageCell" rowHeight="108" id="KGk-i7-Jjw" customClass="ProgramVacateImageCell" customModule="ParentAssistant" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="108"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="320" height="107.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="PBx-Nz-1NI">
<rect key="frame" x="15" y="10" width="42" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="report_teacher" translatesAutoresizingMaskIntoConstraints="NO" id="ZF1-qH-9lS">
<rect key="frame" x="100" y="13.5" width="100" height="80"/>
<constraints>
<constraint firstAttribute="width" constant="100" id="p9s-MT-aGl"/>
<constraint firstAttribute="height" constant="80" id="tAH-u1-Hcr"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstItem="PBx-Nz-1NI" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="39O-YJ-JfH"/>
<constraint firstItem="ZF1-qH-9lS" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="100" id="ITY-cI-WkF"/>
<constraint firstItem="PBx-Nz-1NI" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="LN1-8k-ZpR"/>
<constraint firstItem="ZF1-qH-9lS" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="fUW-mi-ZFa"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<connections>
<outlet property="imageShowView" destination="ZF1-qH-9lS" id="Gcg-Uu-blX"/>
<outlet property="titleLab" destination="PBx-Nz-1NI" id="sVH-z3-MA8"/>
</connections>
<point key="canvasLocation" x="25" y="84"/>
</tableViewCell>
</objects>
<resources>
<image name="report_teacher" width="130" height="155"/>
</resources>
</document>