forked from MiniKeePass/MiniKeePass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7494b17
commit dfe6085
Showing
32 changed files
with
734 additions
and
632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> | ||
<device id="ipad9_7" orientation="portrait"> | ||
<adaptation id="fullscreen"/> | ||
</device> | ||
<dependencies> | ||
<deployment identifier="iOS"/> | ||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/> | ||
<capability name="Constraints to layout margins" minToolsVersion="6.0"/> | ||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | ||
</dependencies> | ||
<objects> | ||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> | ||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | ||
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="8tx-rg-lio" customClass="TextFieldCell"> | ||
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/> | ||
<autoresizingMask key="autoresizingMask"/> | ||
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" layoutMarginsFollowReadableWidth="YES" tableViewCell="8tx-rg-lio" id="2ih-Pm-hjK"> | ||
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/> | ||
<autoresizingMask key="autoresizingMask"/> | ||
<subviews> | ||
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gtp-O0-2rs"> | ||
<rect key="frame" x="8" y="13.5" width="80" height="17"/> | ||
<constraints> | ||
<constraint firstAttribute="width" constant="80" id="OC9-Ya-Kbj"/> | ||
</constraints> | ||
<fontDescription key="fontDescription" type="system" weight="light" pointSize="14"/> | ||
<color key="textColor" red="0.0" green="0.47934520244598389" blue="0.99908632040023804" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | ||
<nil key="highlightedColor"/> | ||
</label> | ||
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="pjs-Zs-MH3"> | ||
<rect key="frame" x="96" y="8" width="271" height="28"/> | ||
<nil key="textColor"/> | ||
<fontDescription key="fontDescription" type="system" pointSize="14"/> | ||
<textInputTraits key="textInputTraits"/> | ||
</textField> | ||
</subviews> | ||
<constraints> | ||
<constraint firstAttribute="bottomMargin" secondItem="pjs-Zs-MH3" secondAttribute="bottom" id="AR5-YH-NSJ"/> | ||
<constraint firstItem="pjs-Zs-MH3" firstAttribute="centerY" secondItem="2ih-Pm-hjK" secondAttribute="centerY" id="CHW-Cg-3DJ"/> | ||
<constraint firstItem="Gtp-O0-2rs" firstAttribute="leading" secondItem="2ih-Pm-hjK" secondAttribute="leadingMargin" id="SDE-jd-aZl"/> | ||
<constraint firstAttribute="trailingMargin" secondItem="pjs-Zs-MH3" secondAttribute="trailing" id="ZGa-b5-hv2"/> | ||
<constraint firstItem="pjs-Zs-MH3" firstAttribute="top" secondItem="2ih-Pm-hjK" secondAttribute="topMargin" id="aJc-w1-h1V"/> | ||
<constraint firstItem="pjs-Zs-MH3" firstAttribute="leading" secondItem="Gtp-O0-2rs" secondAttribute="trailing" constant="8" symbolic="YES" id="ePl-Ub-FVn"/> | ||
<constraint firstItem="Gtp-O0-2rs" firstAttribute="centerY" secondItem="pjs-Zs-MH3" secondAttribute="centerY" id="iub-wt-pAM"/> | ||
</constraints> | ||
</tableViewCellContentView> | ||
<connections> | ||
<outlet property="textField" destination="pjs-Zs-MH3" id="VU3-R3-9y3"/> | ||
<outlet property="titleLabel" destination="Gtp-O0-2rs" id="vXh-ig-ZEb"/> | ||
</connections> | ||
<point key="canvasLocation" x="-192" y="-114"/> | ||
</tableViewCell> | ||
</objects> | ||
</document> |
Oops, something went wrong.