2017-06-10 23:40:47 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-12-30 22:46:17 -08:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="QHc-XA-1MZ">
|
2020-02-23 14:07:59 +08:00
|
|
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<deployment identifier="iOS"/>
|
2020-12-30 22:46:17 -08:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
|
|
|
|
|
<capability name="System colors in document resources" minToolsVersion="11.0"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<scenes>
|
2017-06-14 00:25:38 +08:00
|
|
|
<!--Password Store-->
|
|
|
|
|
<scene sceneID="NlT-0d-7x9">
|
2017-06-10 23:40:47 +08:00
|
|
|
<objects>
|
2017-10-28 20:39:02 +08:00
|
|
|
<viewController id="DnC-Ka-AYb" customClass="ExtensionViewController" customModule="passExtension" customModuleProvider="target" sceneMemberID="viewController">
|
2017-06-10 23:40:47 +08:00
|
|
|
<layoutGuides>
|
2020-12-30 23:20:46 -08:00
|
|
|
<viewControllerLayoutGuide type="top" id="kSO-tI-r1g"/>
|
|
|
|
|
<viewControllerLayoutGuide type="bottom" id="TYK-kT-vkH"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
</layoutGuides>
|
2017-06-14 00:25:38 +08:00
|
|
|
<view key="view" contentMode="scaleToFill" id="g9r-Vt-nbj">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
<subviews>
|
2020-12-30 22:46:17 -08:00
|
|
|
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="KNT-Mp-tgV">
|
2020-12-30 23:20:46 -08:00
|
|
|
<rect key="frame" x="0.0" y="44" width="375" height="623"/>
|
2020-12-30 22:46:17 -08:00
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
|
<searchBar key="tableHeaderView" contentMode="redraw" translucent="NO" id="xuO-jY-YRU">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="56"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
|
|
|
|
|
<color key="barTintColor" systemColor="secondarySystemBackgroundColor"/>
|
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
|
|
|
|
</searchBar>
|
|
|
|
|
<prototypes>
|
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="passwordTableViewCell" textLabel="LUo-8T-I4j" detailTextLabel="9ik-sy-sTS" style="IBUITableViewCellStyleValue1" id="T2b-vj-fza">
|
|
|
|
|
<rect key="frame" x="0.0" y="84" width="375" height="44"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="T2b-vj-fza" id="aVb-V4-hqg">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="348" height="44"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<subviews>
|
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="LUo-8T-I4j">
|
|
|
|
|
<rect key="frame" x="16" y="12" width="33" height="20.5"/>
|
2017-06-14 00:25:38 +08:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2020-12-30 22:46:17 -08:00
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
|
<nil key="textColor"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="9ik-sy-sTS">
|
|
|
|
|
<rect key="frame" x="296" y="12" width="44" height="20.5"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
|
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
|
</label>
|
|
|
|
|
</subviews>
|
|
|
|
|
</tableViewCellContentView>
|
|
|
|
|
</tableViewCell>
|
|
|
|
|
</prototypes>
|
|
|
|
|
</tableView>
|
2017-06-10 23:40:47 +08:00
|
|
|
</subviews>
|
|
|
|
|
<constraints>
|
2020-12-30 23:20:46 -08:00
|
|
|
<constraint firstItem="KNT-Mp-tgV" firstAttribute="top" secondItem="kSO-tI-r1g" secondAttribute="bottom" id="1Mo-as-yNc"/>
|
|
|
|
|
<constraint firstItem="TYK-kT-vkH" firstAttribute="top" secondItem="KNT-Mp-tgV" secondAttribute="bottom" id="RUo-Zw-D5C"/>
|
2020-12-30 22:46:17 -08:00
|
|
|
<constraint firstItem="KNT-Mp-tgV" firstAttribute="leading" secondItem="g9r-Vt-nbj" secondAttribute="leading" id="Tre-Kp-RiI"/>
|
|
|
|
|
<constraint firstAttribute="trailing" secondItem="KNT-Mp-tgV" secondAttribute="trailing" id="YPI-WX-ffM"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
</constraints>
|
|
|
|
|
</view>
|
2017-06-14 00:25:38 +08:00
|
|
|
<navigationItem key="navigationItem" title="Password Store" id="MEN-Kg-v16">
|
|
|
|
|
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="CH4-D6-aFB">
|
|
|
|
|
<connections>
|
|
|
|
|
<action selector="cancelExtension:" destination="DnC-Ka-AYb" id="In1-WB-K8r"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</barButtonItem>
|
|
|
|
|
</navigationItem>
|
2017-06-10 23:40:47 +08:00
|
|
|
<connections>
|
2017-06-14 00:25:38 +08:00
|
|
|
<outlet property="searchBar" destination="xuO-jY-YRU" id="5Gk-EN-nKb"/>
|
|
|
|
|
<outlet property="tableView" destination="KNT-Mp-tgV" id="XdF-42-lk8"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
</connections>
|
|
|
|
|
</viewController>
|
2017-06-14 00:25:38 +08:00
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="RYa-GM-dIn" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
|
</objects>
|
2020-12-30 22:46:17 -08:00
|
|
|
<point key="canvasLocation" x="1712.8" y="10.344827586206897"/>
|
2017-06-14 00:25:38 +08:00
|
|
|
</scene>
|
|
|
|
|
<!--Navigation Controller-->
|
|
|
|
|
<scene sceneID="oy9-wd-tIc">
|
|
|
|
|
<objects>
|
|
|
|
|
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="QHc-XA-1MZ" sceneMemberID="viewController">
|
|
|
|
|
<toolbarItems/>
|
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" id="WRo-Vb-Kcg">
|
2020-02-23 14:07:59 +08:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
|
2017-06-14 00:25:38 +08:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</navigationBar>
|
|
|
|
|
<nil name="viewControllers"/>
|
|
|
|
|
<connections>
|
|
|
|
|
<segue destination="DnC-Ka-AYb" kind="relationship" relationship="rootViewController" id="Yes-tn-lzA"/>
|
|
|
|
|
</connections>
|
|
|
|
|
</navigationController>
|
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="cpm-jG-Meg" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
</objects>
|
2017-06-14 00:25:38 +08:00
|
|
|
<point key="canvasLocation" x="772" y="9.4452773613193415"/>
|
2017-06-10 23:40:47 +08:00
|
|
|
</scene>
|
|
|
|
|
</scenes>
|
2020-12-30 22:46:17 -08:00
|
|
|
<resources>
|
|
|
|
|
<systemColor name="secondarySystemBackgroundColor">
|
|
|
|
|
<color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
|
</systemColor>
|
|
|
|
|
</resources>
|
2017-06-10 23:40:47 +08:00
|
|
|
</document>
|