Skip to content
Permalink
1e160a3d73
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
290 lines (290 sloc) 29.2 KB
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Sign In View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController storyboardIdentifier="SignInViewController" id="BYZ-38-t0r" customClass="SignInViewController" customModule="WeatherMe" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Sign In" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OFy-Lf-9JC">
<rect key="frame" x="16" y="34" width="62" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="email" textAlignment="natural" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="acz-ka-9fM">
<rect key="frame" x="16" y="63" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="password" textAlignment="natural" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="6g2-Fw-atu">
<rect key="frame" x="16" y="101" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" secureTextEntry="YES"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="x7p-PY-FgV">
<rect key="frame" x="16" y="139" width="343" height="30"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Sign in">
<color key="titleColor" red="0.45736038581642319" green="0.69830796630000003" blue="0.082357471849484346" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="signInButtonTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="S2i-aD-doQ"/>
<segue destination="XR1-sE-rUr" kind="show" id="K8D-ia-A69"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Don't have an account?" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jCM-65-QKf">
<rect key="frame" x="16" y="177" width="343" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ahg-xb-OYb">
<rect key="frame" x="16" y="206" width="343" height="30"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Register New Account">
<color key="titleColor" red="0.69830796630000003" green="0.11201344071707101" blue="0.33914284503205827" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="registerNewAccountButtonTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="VnK-d1-yxA"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="ahg-xb-OYb" firstAttribute="top" secondItem="jCM-65-QKf" secondAttribute="bottom" constant="8" symbolic="YES" id="7Ke-wW-EaC"/>
<constraint firstItem="6g2-Fw-atu" firstAttribute="trailing" secondItem="x7p-PY-FgV" secondAttribute="trailing" id="86k-FB-4bK"/>
<constraint firstItem="acz-ka-9fM" firstAttribute="trailing" secondItem="8bC-Xf-vdC" secondAttribute="trailingMargin" id="9ea-ub-AxK"/>
<constraint firstItem="acz-ka-9fM" firstAttribute="trailing" secondItem="6g2-Fw-atu" secondAttribute="trailing" id="GRP-ap-Hti"/>
<constraint firstItem="acz-ka-9fM" firstAttribute="top" secondItem="OFy-Lf-9JC" secondAttribute="bottom" constant="8" symbolic="YES" id="HYI-0S-Hil"/>
<constraint firstItem="x7p-PY-FgV" firstAttribute="top" secondItem="6g2-Fw-atu" secondAttribute="bottom" constant="8" symbolic="YES" id="Jkh-Wc-7CN"/>
<constraint firstItem="6g2-Fw-atu" firstAttribute="top" secondItem="acz-ka-9fM" secondAttribute="bottom" constant="8" symbolic="YES" id="LmA-hP-UXo"/>
<constraint firstItem="x7p-PY-FgV" firstAttribute="leading" secondItem="jCM-65-QKf" secondAttribute="leading" id="MVz-kv-c0g"/>
<constraint firstItem="OFy-Lf-9JC" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="14" id="RUL-un-XGD"/>
<constraint firstItem="jCM-65-QKf" firstAttribute="trailing" secondItem="ahg-xb-OYb" secondAttribute="trailing" id="Uhw-Lt-13Q"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="OFy-Lf-9JC" secondAttribute="trailing" constant="297" id="bMV-Lh-VTQ"/>
<constraint firstItem="OFy-Lf-9JC" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" id="bvP-ac-tfC"/>
<constraint firstItem="jCM-65-QKf" firstAttribute="leading" secondItem="ahg-xb-OYb" secondAttribute="leading" id="cqg-R3-V7s"/>
<constraint firstItem="jCM-65-QKf" firstAttribute="top" secondItem="x7p-PY-FgV" secondAttribute="bottom" constant="8" symbolic="YES" id="epl-gO-IkG"/>
<constraint firstItem="x7p-PY-FgV" firstAttribute="trailing" secondItem="jCM-65-QKf" secondAttribute="trailing" id="jQb-IO-4dH"/>
<constraint firstItem="OFy-Lf-9JC" firstAttribute="leading" secondItem="acz-ka-9fM" secondAttribute="leading" id="sDt-o7-FS6"/>
<constraint firstItem="6g2-Fw-atu" firstAttribute="leading" secondItem="x7p-PY-FgV" secondAttribute="leading" id="tkW-Dl-bW6"/>
<constraint firstItem="acz-ka-9fM" firstAttribute="leading" secondItem="6g2-Fw-atu" secondAttribute="leading" id="za8-9X-tR2"/>
</constraints>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
<connections>
<outlet property="emailTextField" destination="acz-ka-9fM" id="TAG-wM-wbJ"/>
<outlet property="passwordTextField" destination="6g2-Fw-atu" id="1lU-1I-vxz"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="88.799999999999997" y="139.880059970015"/>
</scene>
<!--Register User View Controller-->
<scene sceneID="N5C-q7-n4p">
<objects>
<viewController storyboardIdentifier="RegisterUserViewController" id="YCO-z6-mOJ" customClass="RegisterUserViewController" customModule="WeatherMe" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="dno-N6-4z4">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Register New Account" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="pvq-Rx-8oK">
<rect key="frame" x="16" y="38" width="343" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="First name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="7Wn-HG-0B1">
<rect key="frame" x="16" y="79" width="157" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Email address" textAlignment="natural" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="otu-uS-pI0">
<rect key="frame" x="16" y="117" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" keyboardType="emailAddress"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Last name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="j2b-Kw-VC2">
<rect key="frame" x="181" y="79" width="178" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Password" textAlignment="natural" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="Rar-eP-D2u">
<rect key="frame" x="16" y="155" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" keyboardType="emailAddress" secureTextEntry="YES"/>
</textField>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Repeat password" textAlignment="natural" minimumFontSize="17" clearButtonMode="always" translatesAutoresizingMaskIntoConstraints="NO" id="l9q-nB-qE7">
<rect key="frame" x="16" y="193" width="343" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" keyboardType="emailAddress" secureTextEntry="YES"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="L3K-Pw-wSL">
<rect key="frame" x="16" y="242" width="176" height="30"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Cancel">
<color key="titleColor" red="0.69830796630000003" green="0.040548067101168109" blue="0.08471323648184953" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="cancelButtonTapped:" destination="YCO-z6-mOJ" eventType="touchUpInside" id="aVk-VY-h0M"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ivZ-Pu-dYq">
<rect key="frame" x="181" y="242" width="176" height="30"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
<state key="normal" title="Sign up">
<color key="titleColor" red="0.45736038579999999" green="0.69830796630000003" blue="0.082357471850000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="signUpButtonTapped:" destination="YCO-z6-mOJ" eventType="touchUpInside" id="mfv-Qd-2TM"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="otu-uS-pI0" firstAttribute="leading" secondItem="Rar-eP-D2u" secondAttribute="leading" id="0EU-Mr-aLC"/>
<constraint firstItem="L3K-Pw-wSL" firstAttribute="baseline" secondItem="ivZ-Pu-dYq" secondAttribute="baseline" id="CBx-PM-si6"/>
<constraint firstItem="eoQ-Dk-1Xt" firstAttribute="trailing" secondItem="L3K-Pw-wSL" secondAttribute="trailing" constant="183" id="CFq-31-NTO"/>
<constraint firstItem="pvq-Rx-8oK" firstAttribute="trailing" secondItem="dno-N6-4z4" secondAttribute="trailingMargin" id="Cp3-WP-d3W"/>
<constraint firstItem="eoQ-Dk-1Xt" firstAttribute="trailing" secondItem="ivZ-Pu-dYq" secondAttribute="trailing" constant="18" id="ECe-mM-oXF"/>
<constraint firstItem="pvq-Rx-8oK" firstAttribute="leading" secondItem="dno-N6-4z4" secondAttribute="leadingMargin" id="HXU-55-eqm"/>
<constraint firstItem="ivZ-Pu-dYq" firstAttribute="leading" secondItem="eoQ-Dk-1Xt" secondAttribute="leading" constant="181" id="JU6-Nm-o1T"/>
<constraint firstItem="j2b-Kw-VC2" firstAttribute="leading" secondItem="7Wn-HG-0B1" secondAttribute="trailing" constant="8" symbolic="YES" id="Vx3-go-f9f"/>
<constraint firstItem="Rar-eP-D2u" firstAttribute="trailing" secondItem="l9q-nB-qE7" secondAttribute="trailing" id="ZVG-WL-XYk"/>
<constraint firstItem="pvq-Rx-8oK" firstAttribute="top" secondItem="eoQ-Dk-1Xt" secondAttribute="top" constant="18" id="dik-b6-48x"/>
<constraint firstItem="l9q-nB-qE7" firstAttribute="top" secondItem="Rar-eP-D2u" secondAttribute="bottom" constant="8" symbolic="YES" id="dqI-wU-6Ge"/>
<constraint firstItem="pvq-Rx-8oK" firstAttribute="leading" secondItem="7Wn-HG-0B1" secondAttribute="leading" id="dye-aH-sUh"/>
<constraint firstItem="l9q-nB-qE7" firstAttribute="leading" secondItem="L3K-Pw-wSL" secondAttribute="leading" id="f2y-iT-dOT"/>
<constraint firstItem="j2b-Kw-VC2" firstAttribute="leading" secondItem="ivZ-Pu-dYq" secondAttribute="leading" id="fBA-jH-1kH"/>
<constraint firstItem="pvq-Rx-8oK" firstAttribute="trailing" secondItem="j2b-Kw-VC2" secondAttribute="trailing" id="fEJ-dN-g2n"/>
<constraint firstItem="L3K-Pw-wSL" firstAttribute="top" secondItem="l9q-nB-qE7" secondAttribute="bottom" constant="19" id="fyg-f0-R1l"/>
<constraint firstItem="otu-uS-pI0" firstAttribute="top" secondItem="7Wn-HG-0B1" secondAttribute="bottom" constant="8" symbolic="YES" id="hWe-dX-OrK"/>
<constraint firstItem="7Wn-HG-0B1" firstAttribute="baseline" secondItem="j2b-Kw-VC2" secondAttribute="baseline" id="iCz-mz-zYw"/>
<constraint firstItem="7Wn-HG-0B1" firstAttribute="top" secondItem="pvq-Rx-8oK" secondAttribute="bottom" constant="20" id="m19-fW-WPh"/>
<constraint firstItem="7Wn-HG-0B1" firstAttribute="leading" secondItem="otu-uS-pI0" secondAttribute="leading" id="pUv-UP-QPb"/>
<constraint firstItem="Rar-eP-D2u" firstAttribute="top" secondItem="otu-uS-pI0" secondAttribute="bottom" constant="8" symbolic="YES" id="q9j-xG-Eq2"/>
<constraint firstItem="otu-uS-pI0" firstAttribute="trailing" secondItem="Rar-eP-D2u" secondAttribute="trailing" id="qR0-4x-Cbn"/>
<constraint firstItem="Rar-eP-D2u" firstAttribute="leading" secondItem="l9q-nB-qE7" secondAttribute="leading" id="rPo-X3-N02"/>
<constraint firstItem="j2b-Kw-VC2" firstAttribute="trailing" secondItem="otu-uS-pI0" secondAttribute="trailing" id="sGq-md-VWt"/>
</constraints>
<viewLayoutGuide key="safeArea" id="eoQ-Dk-1Xt"/>
</view>
<connections>
<outlet property="emailAddressTextField" destination="otu-uS-pI0" id="VY8-hD-mjR"/>
<outlet property="firstNameTextField" destination="7Wn-HG-0B1" id="dct-Hs-Zwt"/>
<outlet property="lastNameTextField" destination="j2b-Kw-VC2" id="RTY-TB-chR"/>
<outlet property="passwordTextField" destination="Rar-eP-D2u" id="Alh-Rf-tWx"/>
<outlet property="repeatPasswordTextField" destination="l9q-nB-qE7" id="WzM-Ii-xE8"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="mGU-Re-xF6" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="832.79999999999995" y="139.880059970015"/>
</scene>
<!--Weather (London)-->
<scene sceneID="WRH-w8-BON">
<objects>
<tableViewController storyboardIdentifier="WeatherTableViewController" id="vGS-FU-X8f" customClass="WeatherTableViewController" customModule="WeatherMe" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="D3I-y9-XsL">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="WeatherCell" textLabel="eXP-qq-S0v" detailTextLabel="hcm-DE-LIP" imageView="dtX-uE-Kbl" style="IBUITableViewCellStyleSubtitle" id="pa3-Dc-jHa">
<rect key="frame" x="0.0" y="28" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="pa3-Dc-jHa" id="eUE-2A-vmy">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="eXP-qq-S0v">
<rect key="frame" x="75" y="5" width="33.5" height="20.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Subtitle" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="hcm-DE-LIP">
<rect key="frame" x="75" y="25.5" width="44" height="14.5"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" image="Placeholder" id="dtX-uE-Kbl">
<rect key="frame" x="16" y="0.0" width="44" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
</imageView>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="vGS-FU-X8f" id="zxu-OR-7Uy"/>
<outlet property="delegate" destination="vGS-FU-X8f" id="gqF-gu-IYU"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Weather (London)" largeTitleDisplayMode="always" id="29x-cu-8Nt">
<barButtonItem key="rightBarButtonItem" style="plain" id="TZX-GO-wQy">
<button key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="ygS-Jp-oRn">
<rect key="frame" x="276" y="7" width="83" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" title="Sign Out">
<color key="titleColor" red="0.69830796630000003" green="0.016261044030000001" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</state>
<connections>
<action selector="signOutTapped:" destination="vGS-FU-X8f" eventType="touchUpInside" id="7X0-tU-aZM"/>
</connections>
</button>
</barButtonItem>
</navigationItem>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="ifV-ha-uf5" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="886" y="980"/>
</scene>
<!--Navigation Controller-->
<scene sceneID="FME-aN-88d">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" hidesBarsOnSwipe="YES" id="XR1-sE-rUr" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="el6-oi-mne">
<rect key="frame" x="0.0" y="20" width="375" height="96"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="vGS-FU-X8f" kind="relationship" relationship="rootViewController" id="LNs-vF-lT9"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="VcH-zh-9UX" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="89" y="980"/>
</scene>
</scenes>
<resources>
<image name="Placeholder" width="100" height="100"/>
</resources>
</document>