blob: 6a5499b80118ce23b798129f2288e9a6427688a9 [file] [edit]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="5053" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="1ij-Hl-uHW">
<dependencies>
<deployment defaultVersion="1552" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
</dependencies>
<scenes>
<!--Root View Controller - Employees-->
<scene sceneID="9gu-sF-cHj">
<objects>
<tableViewController storyboardIdentifier="RootViewController" id="kTC-PH-1mn" customClass="RootViewController" sceneMemberID="viewController">
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="120" sectionHeaderHeight="22" sectionFooterHeight="22" id="szW-ik-Ebv">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="EmployeeTableViewCell" rowHeight="120" id="1RV-mA-jNc" customClass="EmployeeTableViewCell">
<rect key="frame" x="0.0" y="86" width="320" height="120"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="1RV-mA-jNc" id="rGB-Oh-ZGz">
<rect key="frame" x="0.0" y="0.0" width="287" height="119"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="First" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="ckf-Vx-f25">
<rect key="frame" x="20" y="20" width="260" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Last" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="kjE-M6-Bho">
<rect key="frame" x="20" y="49" width="260" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Date" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="bS0-mk-AiV">
<rect key="frame" x="20" y="78" width="260" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
<outlet property="firstNameLabel" destination="ckf-Vx-f25" id="uTa-2q-Bb3"/>
<outlet property="hireDateLabel" destination="bS0-mk-AiV" id="SGw-WG-0gn"/>
<outlet property="lastNameLabel" destination="kjE-M6-Bho" id="Lw7-YA-2l0"/>
</connections>
</tableViewCell>
</prototypes>
</tableView>
<navigationItem key="navigationItem" title="Employees" id="MvK-gI-quA">
<barButtonItem key="leftBarButtonItem" title="Create" id="L2H-2x-BW5">
<connections>
<action selector="createEmployees:" destination="kTC-PH-1mn" id="syR-PI-blX"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" title="Clear" id="GDi-Hq-46H">
<connections>
<action selector="reset:" destination="kTC-PH-1mn" id="3uU-jA-3NQ"/>
</connections>
</barButtonItem>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="lgv-2k-4C9" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="376" y="21"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="swC-27-jyE">
<objects>
<navigationController definesPresentationContext="YES" id="1ij-Hl-uHW" sceneMemberID="viewController">
<navigationBar key="navigationBar" contentMode="scaleToFill" id="V3x-QZ-q2L">
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<connections>
<segue destination="kTC-PH-1mn" kind="relationship" relationship="rootViewController" id="rzI-nb-fbX"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="kpg-aW-MFJ" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-158" y="21"/>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>