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.Storyboard.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--GuideVC-->
<scene sceneID="Byi-gT-9ld">
<objects>
<viewController storyboardIdentifier="KWMGuideVC" useStoryboardIdentifierAsRestorationIdentifier="YES" id="d10-On-f4P" customClass="KWMGuideVC" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="zNw-UB-9iM"/>
<viewControllerLayoutGuide type="bottom" id="t0p-zo-T1X"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="KTd-rd-e7K">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="io2-1P-Z6u">
<color key="backgroundColor" red="1" green="0.14289791128374796" blue="0.56327731650372603" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</scrollView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="io2-1P-Z6u" secondAttribute="trailing" id="9FK-4O-Tyf"/>
<constraint firstItem="io2-1P-Z6u" firstAttribute="top" secondItem="KTd-rd-e7K" secondAttribute="top" id="sHX-zy-KyT"/>
<constraint firstItem="io2-1P-Z6u" firstAttribute="leading" secondItem="KTd-rd-e7K" secondAttribute="leading" id="wOg-cS-JHf"/>
<constraint firstItem="io2-1P-Z6u" firstAttribute="bottom" secondItem="t0p-zo-T1X" secondAttribute="top" id="yXo-LX-D1W"/>
</constraints>
</view>
<nil key="simulatedStatusBarMetrics"/>
<connections>
<outlet property="svGuide" destination="io2-1P-Z6u" id="paf-K1-C3f"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="DSd-xR-cHL" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="248" y="160"/>
</scene>
</scenes>
</document>