-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTableViewHeader.xib
43 lines (43 loc) · 2.91 KB
/
TableViewHeader.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="13E28" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ViewControllerStep6">
<connections>
<outlet property="pageControl" destination="Tje-6y-OrV" id="IKN-0s-KFQ"/>
<outlet property="scrollView" destination="hWb-HI-4sr" id="O8g-bw-F7X"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="iN0-l3-epB" customClass="TableViewHeader">
<rect key="frame" x="0.0" y="0.0" width="320" height="273"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" pagingEnabled="YES" id="hWb-HI-4sr">
<rect key="frame" x="0.0" y="0.0" width="320" height="240"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<connections>
<outlet property="delegate" destination="-1" id="2CV-mO-kzG"/>
</connections>
</scrollView>
<pageControl opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" hidesForSinglePage="YES" numberOfPages="3" id="Tje-6y-OrV">
<rect key="frame" x="139" y="236" width="42" height="37"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="pageIndicatorTintColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="currentPageIndicatorTintColor" red="1" green="0.43856749119999999" blue="0.18323312410000001" alpha="1" colorSpace="calibratedRGB"/>
<connections>
<action selector="pageChanged:" destination="-1" eventType="editingChanged" id="vgP-w5-17u"/>
</connections>
</pageControl>
</subviews>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
<connections>
<outlet property="pageControl" destination="Tje-6y-OrV" id="I8G-xh-Kt8"/>
<outlet property="scroll" destination="hWb-HI-4sr" id="Zgq-e2-tka"/>
</connections>
</view>
</objects>
</document>