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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" 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="12089"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="KWMSecondDetailView">
<connections>
<outlet property="pageControl" destination="BwV-ZY-R8O" id="okW-Mg-odg"/>
<outlet property="tableView" destination="ucu-il-bL5" id="B8R-bv-NfL"/>
<outlet property="vView" destination="iN0-l3-epB" id="XUL-L9-zWr"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" bounces="NO" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="ucu-il-bL5">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<connections>
<outlet property="dataSource" destination="-1" id="5bl-79-mux"/>
<outlet property="delegate" destination="-1" id="KC1-U2-sJv"/>
</connections>
</tableView>
<pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" numberOfPages="3" translatesAutoresizingMaskIntoConstraints="NO" id="BwV-ZY-R8O" customClass="KWMPageControl">
<rect key="frame" x="168" y="627" width="39" height="10"/>
<constraints>
<constraint firstAttribute="height" constant="10" id="X2h-EH-VAs"/>
</constraints>
</pageControl>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="ucu-il-bL5" secondAttribute="bottom" id="6gL-Fu-UjZ"/>
<constraint firstItem="ucu-il-bL5" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="W8b-3w-t0w"/>
<constraint firstItem="BwV-ZY-R8O" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="aQS-gK-Dpy"/>
<constraint firstAttribute="trailing" secondItem="ucu-il-bL5" secondAttribute="trailing" id="cbe-Rz-Esu"/>
<constraint firstAttribute="bottom" secondItem="BwV-ZY-R8O" secondAttribute="bottom" constant="30" id="r41-Hr-Dx6"/>
<constraint firstItem="ucu-il-bL5" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="uCH-Vx-Jt8"/>
</constraints>
</view>
</objects>
</document>