Main.storyboard 11.8 KB
Newer Older
Javier Heisekce committed
1
<?xml version="1.0" encoding="UTF-8"?>
Javier Heisekce committed
2 3
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="PED-ba-Jdi">
    <device id="retina4_7" orientation="portrait" appearance="light"/>
Javier Heisekce committed
4
    <dependencies>
Javier Heisekce committed
5
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
Javier Heisekce committed
6 7 8 9
        <capability name="Safe area layout guides" minToolsVersion="9.0"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <scenes>
Javier Heisekce committed
10 11
        <!--Contacts View Controller-->
        <scene sceneID="0f3-9z-OKM">
Javier Heisekce committed
12
            <objects>
Javier Heisekce committed
13 14
                <viewController id="l7R-c3-U8p" customClass="ContactsViewController" customModule="ContactsApp" customModuleProvider="target" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="Ulw-yq-gCd">
Javier Heisekce committed
15 16
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
Javier Heisekce committed
17 18 19 20 21
                        <subviews>
                            <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="dBj-cU-Ugw">
                                <rect key="frame" x="0.0" y="44" width="375" height="623"/>
                                <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                                <prototypes>
22
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="l8U-st-Wic">
Javier Heisekce committed
23 24
                                        <rect key="frame" x="0.0" y="28" width="375" height="43.5"/>
                                        <autoresizingMask key="autoresizingMask"/>
25 26 27 28 29 30 31 32
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="l8U-st-Wic" id="FAe-5V-uSO">
                                            <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                        </tableViewCellContentView>
                                    </tableViewCell>
                                    <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="contactName" id="QkB-8k-kbX">
                                        <rect key="frame" x="0.0" y="71.5" width="375" height="43.5"/>
                                        <autoresizingMask key="autoresizingMask"/>
Javier Heisekce committed
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
                                        <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="QkB-8k-kbX" id="AMU-de-w3M">
                                            <rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
                                            <autoresizingMask key="autoresizingMask"/>
                                        </tableViewCellContentView>
                                    </tableViewCell>
                                </prototypes>
                                <connections>
                                    <outlet property="dataSource" destination="l7R-c3-U8p" id="EZI-Xr-mrx"/>
                                    <outlet property="delegate" destination="l7R-c3-U8p" id="pgD-yj-lEC"/>
                                </connections>
                            </tableView>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                        <constraints>
                            <constraint firstItem="ig1-pz-8Nn" firstAttribute="trailing" secondItem="dBj-cU-Ugw" secondAttribute="trailing" id="HCT-3z-lWu"/>
                            <constraint firstItem="dBj-cU-Ugw" firstAttribute="top" secondItem="ig1-pz-8Nn" secondAttribute="top" id="NqI-Ku-x9S"/>
                            <constraint firstItem="dBj-cU-Ugw" firstAttribute="leading" secondItem="ig1-pz-8Nn" secondAttribute="leading" id="ecL-bI-50d"/>
                            <constraint firstItem="ig1-pz-8Nn" firstAttribute="bottom" secondItem="dBj-cU-Ugw" secondAttribute="bottom" id="ydk-Ee-Ybk"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="ig1-pz-8Nn"/>
Javier Heisekce committed
53
                    </view>
Javier Heisekce committed
54 55 56 57 58
                    <navigationItem key="navigationItem" id="U0h-dc-vbE"/>
                    <connections>
                        <outlet property="contactsTable" destination="dBj-cU-Ugw" id="8YS-LO-fy0"/>
                        <segue destination="i2T-MY-6qf" kind="show" identifier="gotocontact" id="1Ts-QM-UT7"/>
                    </connections>
Javier Heisekce committed
59
                </viewController>
Javier Heisekce committed
60
                <placeholder placeholderIdentifier="IBFirstResponder" id="On8-yo-4E7" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
Javier Heisekce committed
61
            </objects>
Javier Heisekce committed
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
            <point key="canvasLocation" x="1414.4927536231885" y="63.616071428571423"/>
        </scene>
        <!--Single Contact View Controller-->
        <scene sceneID="wAp-rN-Dr5">
            <objects>
                <viewController id="i2T-MY-6qf" customClass="SingleContactViewController" customModule="ContactsApp" customModuleProvider="target" sceneMemberID="viewController">
                    <view key="view" contentMode="scaleToFill" id="T9g-Qz-Xx3">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="SSh-qK-Te0">
                                <rect key="frame" x="16" y="73" width="100" height="100"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="100" id="GFa-s9-VDx"/>
                                    <constraint firstAttribute="width" constant="100" id="zm3-wz-QlG"/>
                                </constraints>
                            </imageView>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="KATE FODSFUBSDIFUBSD" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1Kw-mC-GdR">
                                <rect key="frame" x="124" y="70" width="236.5" height="24"/>
                                <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
                                <nil key="textColor"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6Eu-n5-bWt">
                                <rect key="frame" x="124" y="113" width="48" height="24"/>
                                <fontDescription key="fontDescription" style="UICTFontTextStyleTitle3"/>
                                <color key="textColor" systemColor="systemBlueColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <nil key="highlightedColor"/>
                            </label>
                        </subviews>
                        <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
                        <constraints>
                            <constraint firstItem="6Eu-n5-bWt" firstAttribute="leading" secondItem="SSh-qK-Te0" secondAttribute="trailing" constant="8" id="KY6-oD-zqi"/>
                            <constraint firstItem="1Kw-mC-GdR" firstAttribute="leading" secondItem="SSh-qK-Te0" secondAttribute="trailing" constant="8" id="Ogd-VN-JDE"/>
                            <constraint firstItem="1Kw-mC-GdR" firstAttribute="top" secondItem="YV1-WY-lTn" secondAttribute="top" constant="26" id="YZK-KY-6DD"/>
                            <constraint firstItem="6Eu-n5-bWt" firstAttribute="top" secondItem="1Kw-mC-GdR" secondAttribute="bottom" constant="19" id="YuN-VJ-nj8"/>
                            <constraint firstItem="SSh-qK-Te0" firstAttribute="top" secondItem="1Kw-mC-GdR" secondAttribute="bottom" constant="-21" id="a1j-Kp-lBQ"/>
                            <constraint firstItem="SSh-qK-Te0" firstAttribute="leading" secondItem="T9g-Qz-Xx3" secondAttribute="leadingMargin" id="z7n-CK-Jte"/>
                        </constraints>
                        <viewLayoutGuide key="safeArea" id="YV1-WY-lTn"/>
                    </view>
                    <navigationItem key="navigationItem" id="y8U-qe-KjJ"/>
                    <connections>
                        <outlet property="contactFullname" destination="1Kw-mC-GdR" id="p01-Rh-EGg"/>
                        <outlet property="phoneNumber" destination="6Eu-n5-bWt" id="T4T-Ts-Lbq"/>
                        <outlet property="profilePic" destination="SSh-qK-Te0" id="raT-yr-aQm"/>
                    </connections>
                </viewController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="VkC-Sb-eq8" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="2400.8000000000002" y="62.518740629685162"/>
        </scene>
        <!--Navigation Controller-->
        <scene sceneID="aHL-eE-Wng">
            <objects>
                <navigationController automaticallyAdjustsScrollViewInsets="NO" id="PED-ba-Jdi" sceneMemberID="viewController">
                    <toolbarItems/>
                    <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="hnS-P6-VYu">
                        <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
                        <autoresizingMask key="autoresizingMask"/>
                    </navigationBar>
                    <nil name="viewControllers"/>
                    <connections>
                        <segue destination="l7R-c3-U8p" kind="relationship" relationship="rootViewController" id="zXy-Oq-gZP"/>
                    </connections>
                </navigationController>
                <placeholder placeholderIdentifier="IBFirstResponder" id="yeS-Ra-Ow0" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
            </objects>
            <point key="canvasLocation" x="505.79710144927537" y="63.616071428571423"/>
Javier Heisekce committed
131 132 133
        </scene>
    </scenes>
</document>