2018-09-20 19:53:53 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14092" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Xki-Si-B7m">
|
|
|
|
<device id="retina4_7" orientation="portrait">
|
|
|
|
<adaptation id="fullscreen"/>
|
|
|
|
</device>
|
2018-09-20 05:25:16 +03:00
|
|
|
<dependencies>
|
2018-09-20 19:53:53 +03:00
|
|
|
<deployment identifier="iOS"/>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14081.1"/>
|
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
2018-09-20 06:08:39 +03:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
2018-09-20 19:53:53 +03:00
|
|
|
<!--Credential Provider View Controller-->
|
|
|
|
<scene sceneID="Uma-9u-xWV">
|
2018-09-20 05:25:16 +03:00
|
|
|
<objects>
|
2018-09-20 19:53:53 +03:00
|
|
|
<viewController id="Xki-Si-B7m" customClass="CredentialProviderViewController" customModuleProvider="" sceneMemberID="viewController">
|
|
|
|
<view key="view" contentMode="scaleToFill" id="BuU-Ak-iZz">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
2018-09-20 19:53:53 +03:00
|
|
|
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="3wq-kG-lGu">
|
|
|
|
<rect key="frame" x="0.0" y="20" width="375" height="44"/>
|
|
|
|
<items>
|
|
|
|
<navigationItem id="cbj-pk-SYj">
|
|
|
|
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="bEZ-MG-jDy">
|
|
|
|
<connections>
|
|
|
|
<action selector="cancel:" destination="Xki-Si-B7m" id="6ap-3Q-iEX"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
</items>
|
|
|
|
</navigationBar>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="a7v-ug-QzG">
|
|
|
|
<rect key="frame" x="87.5" y="327" width="199" height="33"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
2018-09-20 19:53:53 +03:00
|
|
|
<state key="normal" title="Return Example Password"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
<connections>
|
2018-09-20 19:53:53 +03:00
|
|
|
<action selector="passwordSelected:" destination="Xki-Si-B7m" eventType="touchUpInside" id="ODd-lr-mud"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
</subviews>
|
2018-09-20 19:53:53 +03:00
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
<constraints>
|
2018-09-20 19:53:53 +03:00
|
|
|
<constraint firstItem="Ky8-vK-JVj" firstAttribute="top" secondItem="3wq-kG-lGu" secondAttribute="top" id="BIN-jb-uNd"/>
|
|
|
|
<constraint firstItem="3wq-kG-lGu" firstAttribute="width" secondItem="BuU-Ak-iZz" secondAttribute="width" id="UkD-v4-BcH"/>
|
|
|
|
<constraint firstItem="a7v-ug-QzG" firstAttribute="centerY" secondItem="Ky8-vK-JVj" secondAttribute="centerY" id="fAC-0v-NFE"/>
|
|
|
|
<constraint firstItem="a7v-ug-QzG" firstAttribute="centerX" secondItem="3wq-kG-lGu" secondAttribute="centerX" id="io1-ZS-gwn"/>
|
|
|
|
<constraint firstItem="3wq-kG-lGu" firstAttribute="centerX" secondItem="BuU-Ak-iZz" secondAttribute="centerX" id="rtV-5c-0bl"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
</constraints>
|
2018-09-20 19:53:53 +03:00
|
|
|
<viewLayoutGuide key="safeArea" id="Ky8-vK-JVj"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
</view>
|
|
|
|
</viewController>
|
2018-09-20 19:53:53 +03:00
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="RwB-HB-TSk" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
2018-09-20 05:25:16 +03:00
|
|
|
</objects>
|
|
|
|
</scene>
|
|
|
|
</scenes>
|
2018-09-20 19:53:53 +03:00
|
|
|
</document>
|