2019-10-24 02:58:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
|
|
<dependencies>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15508"/>
|
2019-10-28 19:56:46 +01:00
|
|
|
<capability name="Named colors" minToolsVersion="9.0"/>
|
2019-10-24 02:58:18 +02:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="98f-PW-S1C">
|
|
|
|
<objects>
|
|
|
|
<navigationController storyboardIdentifier="AddLocalAccountNavigationViewController" id="TMY-HB-vAu" sceneMemberID="viewController">
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="p8g-7e-3f4">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
|
|
|
<connections>
|
|
|
|
<segue destination="vi3-jb-8XS" kind="relationship" relationship="rootViewController" id="dIe-7d-ZQX"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="6sV-68-OXu" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="2506" y="-528"/>
|
|
|
|
</scene>
|
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="6i4-ho-e4F">
|
|
|
|
<objects>
|
|
|
|
<navigationController storyboardIdentifier="FeedbinAccountNavigationViewController" id="sFg-MZ-PqJ" sceneMemberID="viewController">
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="wq6-np-tNn">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
</navigationBar>
|
|
|
|
<connections>
|
|
|
|
<segue destination="ECy-jg-Kyc" kind="relationship" relationship="rootViewController" id="usT-8C-GGf"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Lfz-4s-0Vn" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="3177" y="-528"/>
|
|
|
|
</scene>
|
|
|
|
<!--On My Device-->
|
|
|
|
<scene sceneID="J93-FN-Yey">
|
|
|
|
<objects>
|
|
|
|
<tableViewController id="vi3-jb-8XS" customClass="LocalAccountViewController" customModule="NetNewsWire" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" sectionFooterHeight="18" id="YLa-nM-G7t">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
|
<sections>
|
|
|
|
<tableViewSection id="TfM-Jc-Fr0">
|
|
|
|
<cells>
|
2019-11-04 18:33:38 +01:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" id="uFU-j6-qP1">
|
2019-10-24 02:58:18 +02:00
|
|
|
<rect key="frame" x="0.0" y="18" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="uFU-j6-qP1" id="fr4-mL-3Yf">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Name" textAlignment="natural" adjustsFontForContentSizeCategory="YES" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Yl1-R6-xZi">
|
|
|
|
<rect key="frame" x="20" y="11.5" width="374" height="21"/>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="Yl1-R6-xZi" firstAttribute="leading" secondItem="fr4-mL-3Yf" secondAttribute="leading" constant="20" id="HJ4-VN-e9Y"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="Yl1-R6-xZi" secondAttribute="trailing" constant="20" id="vbZ-dD-yZM"/>
|
|
|
|
<constraint firstItem="Yl1-R6-xZi" firstAttribute="centerY" secondItem="fr4-mL-3Yf" secondAttribute="centerY" id="zsZ-z6-IFh"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
</cells>
|
|
|
|
</tableViewSection>
|
|
|
|
<tableViewSection id="Sgf-NV-3Di">
|
|
|
|
<cells>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="pTk-WJ-j5h" customClass="VibrantTableViewCell" customModule="NetNewsWire" customModuleProvider="target">
|
|
|
|
<rect key="frame" x="0.0" y="97.5" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="pTk-WJ-j5h" id="ahe-yz-PGg">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
2019-10-28 19:56:46 +01:00
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mQv-3O-Y2d" customClass="VibrantButton" customModule="NetNewsWire" customModuleProvider="target">
|
2019-10-24 02:58:18 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="44" id="EEL-8n-nHO"/>
|
|
|
|
</constraints>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
|
2019-10-28 19:56:46 +01:00
|
|
|
<state key="normal" title="Add Account">
|
|
|
|
<color key="titleColor" name="secondaryAccentColor"/>
|
|
|
|
</state>
|
2019-10-24 02:58:18 +02:00
|
|
|
<connections>
|
|
|
|
<action selector="add:" destination="vi3-jb-8XS" eventType="touchUpInside" id="lCb-LW-xZ0"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="mQv-3O-Y2d" firstAttribute="leading" secondItem="ahe-yz-PGg" secondAttribute="leading" id="7gZ-8n-bWs"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="mQv-3O-Y2d" secondAttribute="trailing" id="FQu-yU-a4k"/>
|
|
|
|
<constraint firstAttribute="bottom" secondItem="mQv-3O-Y2d" secondAttribute="bottom" id="Jnx-yV-sX3"/>
|
|
|
|
<constraint firstItem="mQv-3O-Y2d" firstAttribute="top" secondItem="ahe-yz-PGg" secondAttribute="top" id="wZS-15-Bb5"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
</cells>
|
|
|
|
</tableViewSection>
|
|
|
|
</sections>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="vi3-jb-8XS" id="U1Z-Kw-46j"/>
|
|
|
|
<outlet property="delegate" destination="vi3-jb-8XS" id="4El-ci-jdg"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
|
|
|
<navigationItem key="navigationItem" title="On My Device" id="AOA-LS-PIB">
|
|
|
|
<barButtonItem key="leftBarButtonItem" style="plain" systemItem="cancel" id="b2H-re-cgN">
|
|
|
|
<connections>
|
|
|
|
<action selector="cancel:" destination="vi3-jb-8XS" id="gRE-sR-r4Z"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
<connections>
|
|
|
|
<outlet property="nameTextField" destination="Yl1-R6-xZi" id="jcl-vI-Rde"/>
|
|
|
|
</connections>
|
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="XJD-sO-MSq" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="2506" y="145"/>
|
|
|
|
</scene>
|
|
|
|
<!--Feedbin-->
|
|
|
|
<scene sceneID="IDj-HA-olN">
|
|
|
|
<objects>
|
|
|
|
<tableViewController id="ECy-jg-Kyc" customClass="FeedbinAccountViewController" customModule="NetNewsWire" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" sectionFooterHeight="18" id="Y0x-RC-7ln">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
|
<sections>
|
|
|
|
<tableViewSection id="xBN-Pb-KAy">
|
|
|
|
<cells>
|
2019-11-04 18:33:38 +01:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" id="lsa-Fl-Pc7">
|
2019-10-24 02:58:18 +02:00
|
|
|
<rect key="frame" x="0.0" y="18" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="lsa-Fl-Pc7" id="Lpd-D1-1PQ">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Email" textAlignment="natural" adjustsFontForContentSizeCategory="YES" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="vJa-NN-yjR">
|
|
|
|
<rect key="frame" x="20" y="11.5" width="374" height="21"/>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
|
|
|
|
<textInputTraits key="textInputTraits" spellCheckingType="no" keyboardType="emailAddress" textContentType="username"/>
|
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="vJa-NN-yjR" secondAttribute="trailing" constant="20" id="7xY-Mz-Szf"/>
|
|
|
|
<constraint firstItem="vJa-NN-yjR" firstAttribute="centerY" secondItem="Lpd-D1-1PQ" secondAttribute="centerY" id="E8M-nD-KIN"/>
|
|
|
|
<constraint firstItem="vJa-NN-yjR" firstAttribute="leading" secondItem="Lpd-D1-1PQ" secondAttribute="leading" constant="20" id="Lgm-1L-4xL"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
2019-11-04 18:33:38 +01:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" id="Hwv-Q0-zT0">
|
2019-10-24 02:58:18 +02:00
|
|
|
<rect key="frame" x="0.0" y="61.5" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Hwv-Q0-zT0" id="jIT-5L-d8d">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Password" textAlignment="natural" adjustsFontForContentSizeCategory="YES" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="YC2-RH-QoV">
|
|
|
|
<rect key="frame" x="20" y="11.5" width="323" height="21"/>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
|
|
|
|
<textInputTraits key="textInputTraits" secureTextEntry="YES" textContentType="password"/>
|
|
|
|
</textField>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TfW-wf-V06">
|
|
|
|
<rect key="frame" x="351" y="5.5" width="43" height="33"/>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
|
|
|
|
<state key="normal" title="Show"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="showHidePassword:" destination="ECy-jg-Kyc" eventType="touchUpInside" id="QcS-lr-SPG"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="TfW-wf-V06" firstAttribute="leading" secondItem="YC2-RH-QoV" secondAttribute="trailing" constant="8" symbolic="YES" id="MHu-Ut-Kox"/>
|
|
|
|
<constraint firstItem="TfW-wf-V06" firstAttribute="centerY" secondItem="jIT-5L-d8d" secondAttribute="centerY" id="O3Y-Jd-n9t"/>
|
|
|
|
<constraint firstItem="YC2-RH-QoV" firstAttribute="leading" secondItem="jIT-5L-d8d" secondAttribute="leading" constant="20" id="W79-WW-Buk"/>
|
|
|
|
<constraint firstItem="YC2-RH-QoV" firstAttribute="centerY" secondItem="jIT-5L-d8d" secondAttribute="centerY" id="iDt-ym-Qjf"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="TfW-wf-V06" secondAttribute="trailing" constant="20" id="rMZ-af-tPg"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
</cells>
|
|
|
|
</tableViewSection>
|
|
|
|
<tableViewSection id="Kkf-rn-qdv">
|
|
|
|
<cells>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" id="hWd-EN-p7e">
|
|
|
|
<rect key="frame" x="0.0" y="141" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="hWd-EN-p7e" id="S8S-1a-vVf">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="43.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
2019-10-28 19:56:46 +01:00
|
|
|
<button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="gv7-yG-aE3" customClass="VibrantButton" customModule="NetNewsWire" customModuleProvider="target">
|
2019-10-24 02:58:18 +02:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="44"/>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="height" constant="44" id="pt0-rn-0JI"/>
|
|
|
|
</constraints>
|
|
|
|
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
|
2019-10-28 19:56:46 +01:00
|
|
|
<state key="normal" title="Action">
|
|
|
|
<color key="titleColor" name="secondaryAccentColor"/>
|
|
|
|
</state>
|
2019-10-24 02:58:18 +02:00
|
|
|
<connections>
|
|
|
|
<action selector="action:" destination="ECy-jg-Kyc" eventType="touchUpInside" id="79h-R2-s0C"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="gv7-yG-aE3" firstAttribute="leading" secondItem="S8S-1a-vVf" secondAttribute="leading" id="cbE-1E-Mem"/>
|
|
|
|
<constraint firstAttribute="bottom" secondItem="gv7-yG-aE3" secondAttribute="bottom" id="luY-eY-UbU"/>
|
|
|
|
<constraint firstItem="gv7-yG-aE3" firstAttribute="top" secondItem="S8S-1a-vVf" secondAttribute="top" id="m3N-0e-JV0"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="gv7-yG-aE3" secondAttribute="trailing" id="tQC-jk-evr"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
</cells>
|
|
|
|
</tableViewSection>
|
|
|
|
</sections>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="ECy-jg-Kyc" id="hUr-Xx-9Ho"/>
|
|
|
|
<outlet property="delegate" destination="ECy-jg-Kyc" id="DKA-Lp-mNb"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
|
|
|
<navigationItem key="navigationItem" title="Feedbin" id="tYg-9f-kyd">
|
|
|
|
<barButtonItem key="leftBarButtonItem" style="plain" systemItem="cancel" id="pfF-Of-5NT">
|
|
|
|
<connections>
|
|
|
|
<action selector="cancel:" destination="ECy-jg-Kyc" id="ZKI-gV-ylg"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem key="rightBarButtonItem" style="plain" id="Xwp-LO-qff">
|
|
|
|
<view key="customView" contentMode="scaleToFill" id="cn4-b1-uZa">
|
|
|
|
<rect key="frame" x="374" y="12" width="20" height="20"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<activityIndicatorView opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" style="medium" translatesAutoresizingMaskIntoConstraints="NO" id="YvV-hB-lzT">
|
|
|
|
<rect key="frame" x="36" y="6" width="20" height="20"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
</activityIndicatorView>
|
|
|
|
</subviews>
|
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
</view>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
<connections>
|
|
|
|
<outlet property="actionButton" destination="gv7-yG-aE3" id="ENc-5A-hQc"/>
|
|
|
|
<outlet property="activityIndicator" destination="YvV-hB-lzT" id="n1F-tV-5ZV"/>
|
|
|
|
<outlet property="cancelBarButtonItem" destination="pfF-Of-5NT" id="Zr3-qD-1Yi"/>
|
|
|
|
<outlet property="emailTextField" destination="vJa-NN-yjR" id="nCF-9W-YsF"/>
|
|
|
|
<outlet property="passwordTextField" destination="YC2-RH-QoV" id="qaX-0i-7jq"/>
|
|
|
|
<outlet property="showHideButton" destination="TfW-wf-V06" id="PbL-67-Nrg"/>
|
|
|
|
</connections>
|
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="L24-0i-kyr" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="3187" y="139"/>
|
|
|
|
</scene>
|
|
|
|
</scenes>
|
2019-10-28 19:56:46 +01:00
|
|
|
<resources>
|
|
|
|
<namedColor name="secondaryAccentColor">
|
|
|
|
<color red="0.031372549019607843" green="0.41568627450980394" blue="0.93333333333333335" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
</namedColor>
|
|
|
|
</resources>
|
2019-10-24 02:58:18 +02:00
|
|
|
</document>
|