|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19158" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Xki-Si-B7m"> |
| 3 | + <device id="retina4_7" orientation="portrait" appearance="light"/> |
| 4 | + <dependencies> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19141"/> |
| 6 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 7 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
| 8 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
| 9 | + </dependencies> |
| 10 | + <scenes> |
| 11 | + <!--Credential Provider View Controller--> |
| 12 | + <scene sceneID="Uma-9u-xWV"> |
| 13 | + <objects> |
| 14 | + <viewController id="Xki-Si-B7m" customClass="CredentialProviderViewController" customModule="AutoFill_iOS" customModuleProvider="target" sceneMemberID="viewController"> |
| 15 | + <view key="view" contentMode="scaleToFill" id="BuU-Ak-iZz"> |
| 16 | + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> |
| 17 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 18 | + <subviews> |
| 19 | + <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="insetGrouped" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="18" estimatedSectionHeaderHeight="-1" sectionFooterHeight="18" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="1bA-AU-EX3"> |
| 20 | + <rect key="frame" x="0.0" y="44" width="375" height="623"/> |
| 21 | + <prototypes> |
| 22 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="cell" textLabel="rO2-ll-Zkn" detailTextLabel="QA8-Sd-jfk" style="IBUITableViewCellStyleSubtitle" id="BI2-kO-Thi"> |
| 23 | + <rect key="frame" x="16" y="49.5" width="343" height="53.5"/> |
| 24 | + <autoresizingMask key="autoresizingMask"/> |
| 25 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="BI2-kO-Thi" id="iGP-w8-BVV"> |
| 26 | + <rect key="frame" x="0.0" y="0.0" width="343" height="53.5"/> |
| 27 | + <autoresizingMask key="autoresizingMask"/> |
| 28 | + <subviews> |
| 29 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Website" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" id="rO2-ll-Zkn"> |
| 30 | + <rect key="frame" x="16" y="7.5" width="55" height="17"/> |
| 31 | + <autoresizingMask key="autoresizingMask"/> |
| 32 | + <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/> |
| 33 | + <nil key="textColor"/> |
| 34 | + <nil key="highlightedColor"/> |
| 35 | + </label> |
| 36 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Username or Email" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" id="QA8-Sd-jfk"> |
| 37 | + <rect key="frame" x="16" y="27" width="121.5" height="17"/> |
| 38 | + <autoresizingMask key="autoresizingMask"/> |
| 39 | + <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> |
| 40 | + <color key="textColor" systemColor="secondaryLabelColor"/> |
| 41 | + <nil key="highlightedColor"/> |
| 42 | + </label> |
| 43 | + </subviews> |
| 44 | + </tableViewCellContentView> |
| 45 | + </tableViewCell> |
| 46 | + </prototypes> |
| 47 | + </tableView> |
| 48 | + <navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tm6-qG-uHm"> |
| 49 | + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> |
| 50 | + <items> |
| 51 | + <navigationItem title="OpenSesame" id="HfY-ib-6qt"> |
| 52 | + <barButtonItem key="leftBarButtonItem" systemItem="cancel" id="bEZ-MG-jDy"> |
| 53 | + <connections> |
| 54 | + <action selector="cancel:" destination="Xki-Si-B7m" id="6ap-3Q-iEX"/> |
| 55 | + </connections> |
| 56 | + </barButtonItem> |
| 57 | + </navigationItem> |
| 58 | + </items> |
| 59 | + </navigationBar> |
| 60 | + </subviews> |
| 61 | + <viewLayoutGuide key="safeArea" id="Ky8-vK-JVj"/> |
| 62 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
| 63 | + <constraints> |
| 64 | + <constraint firstItem="1bA-AU-EX3" firstAttribute="leading" secondItem="Ky8-vK-JVj" secondAttribute="leading" id="Jcc-6j-eF7"/> |
| 65 | + <constraint firstItem="tm6-qG-uHm" firstAttribute="leading" secondItem="Ky8-vK-JVj" secondAttribute="leading" id="Oyi-gA-lN0"/> |
| 66 | + <constraint firstItem="tm6-qG-uHm" firstAttribute="top" secondItem="Ky8-vK-JVj" secondAttribute="top" id="P51-c8-dkn"/> |
| 67 | + <constraint firstItem="1bA-AU-EX3" firstAttribute="trailing" secondItem="Ky8-vK-JVj" secondAttribute="trailing" id="auJ-ET-46P"/> |
| 68 | + <constraint firstItem="1bA-AU-EX3" firstAttribute="bottom" secondItem="Ky8-vK-JVj" secondAttribute="bottom" id="nLw-td-12b"/> |
| 69 | + <constraint firstItem="tm6-qG-uHm" firstAttribute="trailing" secondItem="Ky8-vK-JVj" secondAttribute="trailing" id="rDd-9x-EO6"/> |
| 70 | + <constraint firstItem="1bA-AU-EX3" firstAttribute="top" secondItem="tm6-qG-uHm" secondAttribute="bottom" id="scf-gN-CkY"/> |
| 71 | + </constraints> |
| 72 | + </view> |
| 73 | + <connections> |
| 74 | + <outlet property="tableView" destination="1bA-AU-EX3" id="Um5-Hd-nAk"/> |
| 75 | + </connections> |
| 76 | + </viewController> |
| 77 | + <placeholder placeholderIdentifier="IBFirstResponder" id="RwB-HB-TSk" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 78 | + </objects> |
| 79 | + <point key="canvasLocation" x="928.79999999999995" y="97.601199400299862"/> |
| 80 | + </scene> |
| 81 | + </scenes> |
| 82 | + <resources> |
| 83 | + <systemColor name="secondaryLabelColor"> |
| 84 | + <color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/> |
| 85 | + </systemColor> |
| 86 | + <systemColor name="systemBackgroundColor"> |
| 87 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 88 | + </systemColor> |
| 89 | + </resources> |
| 90 | +</document> |
0 commit comments