2022-01-25 21:41:56 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-07-12 19:12:23 +02:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="2vH-Do-uhk">
|
2022-01-25 21:41:56 +01:00
|
|
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
|
|
<dependencies>
|
|
|
|
<deployment identifier="iOS"/>
|
2022-07-12 19:12:23 +02:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
|
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
|
<capability name="System colors in document resources" minToolsVersion="11.0"/>
|
2022-01-25 21:41:56 +01:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
|
|
|
<!--Loading View Controller-->
|
|
|
|
<scene sceneID="kFr-IN-5GS">
|
|
|
|
<objects>
|
|
|
|
<viewController id="bHU-LX-EpF" customClass="LoadingViewController" sceneMemberID="viewController">
|
|
|
|
<view key="view" contentMode="scaleToFill" id="z2O-Vp-jY9">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="808"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="logo.png" translatesAutoresizingMaskIntoConstraints="NO" id="Zdy-yw-n0p">
|
|
|
|
<rect key="frame" x="66" y="352" width="282" height="44"/>
|
|
|
|
</imageView>
|
|
|
|
</subviews>
|
2022-07-12 19:12:23 +02:00
|
|
|
<viewLayoutGuide key="safeArea" id="jNx-Vd-K6U"/>
|
2022-01-25 21:41:56 +01:00
|
|
|
<constraints>
|
2022-07-12 19:12:23 +02:00
|
|
|
<constraint firstItem="Zdy-yw-n0p" firstAttribute="centerX" secondItem="jNx-Vd-K6U" secondAttribute="centerX" id="6DT-HB-vS5"/>
|
2022-01-25 21:41:56 +01:00
|
|
|
<constraint firstItem="Zdy-yw-n0p" firstAttribute="centerY" secondItem="z2O-Vp-jY9" secondAttribute="centerY" constant="-30" id="o9N-Tv-Iwq"/>
|
|
|
|
</constraints>
|
|
|
|
</view>
|
|
|
|
<navigationItem key="navigationItem" id="74l-Va-Vqa"/>
|
|
|
|
<connections>
|
|
|
|
<outlet property="Logo" destination="Zdy-yw-n0p" id="1Qk-EK-0BO"/>
|
|
|
|
</connections>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="yJx-cc-wzs" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-374" y="560"/>
|
|
|
|
</scene>
|
2022-07-12 19:12:23 +02:00
|
|
|
<!--Extension Navigation Controller-->
|
2022-01-25 21:41:56 +01:00
|
|
|
<scene sceneID="Wgx-vz-XqL">
|
|
|
|
<objects>
|
2022-07-12 19:12:23 +02:00
|
|
|
<navigationController definesPresentationContext="YES" id="2vH-Do-uhk" customClass="ExtensionNavigationController" sceneMemberID="viewController">
|
2022-01-25 21:41:56 +01:00
|
|
|
<navigationBar key="navigationBar" hidden="YES" contentMode="scaleToFill" translucent="NO" id="JoO-jQ-16M">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
</navigationBar>
|
|
|
|
<connections>
|
|
|
|
<segue destination="bHU-LX-EpF" kind="relationship" relationship="rootViewController" id="iCF-2M-a2O"/>
|
|
|
|
</connections>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="QQp-Im-2CU" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-1097" y="564"/>
|
|
|
|
</scene>
|
2022-07-12 19:12:23 +02:00
|
|
|
<!--Lock Password View Controller-->
|
|
|
|
<scene sceneID="vQB-cT-8IC">
|
2022-01-25 21:41:56 +01:00
|
|
|
<objects>
|
2022-07-12 19:12:23 +02:00
|
|
|
<viewController storyboardIdentifier="lockVC" id="Vi7-LV-nWW" customClass="LockPasswordViewController" sceneMemberID="viewController">
|
|
|
|
<view key="view" contentMode="scaleToFill" id="Vfd-7B-19G">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
2022-01-25 21:41:56 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
2022-07-12 19:12:23 +02:00
|
|
|
<subviews>
|
|
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" estimatedSectionHeaderHeight="-1" sectionFooterHeight="18" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="M1A-84-x5l">
|
|
|
|
<rect key="frame" x="0.0" y="88" width="414" height="774"/>
|
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
</tableView>
|
|
|
|
<view userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ijE-Pa-OBq" userLabel="OverlayView">
|
|
|
|
<rect key="frame" x="0.0" y="88" width="414" height="774"/>
|
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
</view>
|
|
|
|
<navigationBar contentMode="scaleToFill" translucent="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fav-Fz-6ZK">
|
|
|
|
<rect key="frame" x="0.0" y="44" width="414" height="44"/>
|
|
|
|
<items>
|
|
|
|
<navigationItem title="Verify Master Password" id="aka-In-IYk">
|
|
|
|
<leftBarButtonItems>
|
|
|
|
<barButtonItem title="Cancel" id="LrG-Qx-w4Q">
|
|
|
|
<connections>
|
|
|
|
<action selector="CancelButton_Activated:" destination="Vi7-LV-nWW" id="qyZ-i9-Dwz"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
<barButtonItem title="Item" image="person.2" catalog="system" style="plain" id="nlD-Xn-HtM" userLabel="Account Switching Button">
|
|
|
|
<color key="tintColor" systemColor="systemBackgroundColor"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="AccountSwitchingButton_Activated:" destination="Vi7-LV-nWW" id="G3U-rv-UOl"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</leftBarButtonItems>
|
|
|
|
<barButtonItem key="rightBarButtonItem" title="Submit" id="oQD-QK-YPB">
|
|
|
|
<connections>
|
|
|
|
<action selector="SubmitButton_Activated:" destination="Vi7-LV-nWW" id="DgO-TS-MPf"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
</items>
|
|
|
|
<userDefinedRuntimeAttributes>
|
|
|
|
<userDefinedRuntimeAttribute type="number" keyPath="barPosition">
|
|
|
|
<integer key="value" value="3"/>
|
|
|
|
</userDefinedRuntimeAttribute>
|
|
|
|
</userDefinedRuntimeAttributes>
|
|
|
|
</navigationBar>
|
|
|
|
</subviews>
|
|
|
|
<viewLayoutGuide key="safeArea" id="SSW-s3-JwL"/>
|
|
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="M1A-84-x5l" firstAttribute="leading" secondItem="SSW-s3-JwL" secondAttribute="leading" id="3Es-aL-5Og"/>
|
|
|
|
<constraint firstItem="ijE-Pa-OBq" firstAttribute="leading" secondItem="SSW-s3-JwL" secondAttribute="leading" id="6Lj-CR-OFz"/>
|
|
|
|
<constraint firstItem="fav-Fz-6ZK" firstAttribute="leading" secondItem="SSW-s3-JwL" secondAttribute="leading" id="BEJ-gh-NAq"/>
|
|
|
|
<constraint firstItem="fav-Fz-6ZK" firstAttribute="top" secondItem="SSW-s3-JwL" secondAttribute="top" id="CLE-2p-LI3"/>
|
|
|
|
<constraint firstItem="SSW-s3-JwL" firstAttribute="trailing" secondItem="M1A-84-x5l" secondAttribute="trailing" id="GaL-B0-2Lg"/>
|
|
|
|
<constraint firstItem="SSW-s3-JwL" firstAttribute="bottom" secondItem="M1A-84-x5l" secondAttribute="bottom" id="LG1-vj-VhW"/>
|
|
|
|
<constraint firstItem="SSW-s3-JwL" firstAttribute="trailing" secondItem="ijE-Pa-OBq" secondAttribute="trailing" id="Q3J-Wa-mnY"/>
|
|
|
|
<constraint firstItem="ijE-Pa-OBq" firstAttribute="top" secondItem="fav-Fz-6ZK" secondAttribute="bottom" id="h8T-rn-ZPU"/>
|
|
|
|
<constraint firstItem="SSW-s3-JwL" firstAttribute="trailing" secondItem="fav-Fz-6ZK" secondAttribute="trailing" id="tux-AN-Z92"/>
|
|
|
|
<constraint firstItem="SSW-s3-JwL" firstAttribute="bottom" secondItem="ijE-Pa-OBq" secondAttribute="bottom" id="zLh-RX-eSc"/>
|
|
|
|
<constraint firstItem="M1A-84-x5l" firstAttribute="top" secondItem="fav-Fz-6ZK" secondAttribute="bottom" id="zgM-he-DYl"/>
|
|
|
|
</constraints>
|
|
|
|
</view>
|
2022-01-25 21:41:56 +01:00
|
|
|
<connections>
|
2022-07-12 19:12:23 +02:00
|
|
|
<outlet property="_accountSwitchingButton" destination="nlD-Xn-HtM" id="SSG-zv-bAc"/>
|
|
|
|
<outlet property="_cancelButton" destination="LrG-Qx-w4Q" id="aag-ZZ-Ifs"/>
|
|
|
|
<outlet property="_mainTableView" destination="M1A-84-x5l" id="pA4-ao-Fhu"/>
|
|
|
|
<outlet property="_navBar" destination="fav-Fz-6ZK" id="Q9p-Dw-ipx"/>
|
|
|
|
<outlet property="_navItem" destination="aka-In-IYk" id="www-Lt-x1g"/>
|
|
|
|
<outlet property="_overlayView" destination="ijE-Pa-OBq" id="n9e-Lg-4WO"/>
|
|
|
|
<outlet property="_submitButton" destination="oQD-QK-YPB" id="SEp-KK-YeP"/>
|
2022-01-25 21:41:56 +01:00
|
|
|
</connections>
|
2022-07-12 19:12:23 +02:00
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="Czu-9n-yKC" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
|
2022-01-25 21:41:56 +01:00
|
|
|
</objects>
|
2022-07-12 19:12:23 +02:00
|
|
|
<point key="canvasLocation" x="403" y="560"/>
|
2022-01-25 21:41:56 +01:00
|
|
|
</scene>
|
|
|
|
</scenes>
|
|
|
|
<resources>
|
|
|
|
<image name="logo.png" width="282" height="44"/>
|
2022-07-12 19:12:23 +02:00
|
|
|
<image name="person.2" catalog="system" width="128" height="81"/>
|
|
|
|
<systemColor name="systemBackgroundColor">
|
|
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
</systemColor>
|
2022-01-25 21:41:56 +01:00
|
|
|
</resources>
|
|
|
|
</document>
|