2018-11-19 16:58:23 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
|
|
<device id="retina4_7" orientation="portrait">
|
|
|
|
<adaptation id="fullscreen"/>
|
|
|
|
</device>
|
|
|
|
<dependencies>
|
|
|
|
<deployment identifier="iOS"/>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
|
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
</dependencies>
|
|
|
|
<objects>
|
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="NoteBiometricViewController" customModule="Friendvatars" customModuleProvider="target">
|
|
|
|
<connections>
|
2018-11-19 23:41:12 +01:00
|
|
|
<outlet property="imgBio" destination="NRj-yT-SM7" id="0s8-hu-SA4"/>
|
|
|
|
<outlet property="lblSecret" destination="UoU-LQ-ogi" id="D8k-bn-yBF"/>
|
|
|
|
<outlet property="txtSecret" destination="u9j-Y0-VNK" id="0Lh-Bw-EbV"/>
|
2018-11-19 16:58:23 +01:00
|
|
|
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
|
|
|
|
</connections>
|
|
|
|
</placeholder>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
2018-11-19 23:41:12 +01:00
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="uJw-ng-qkK">
|
|
|
|
<rect key="frame" x="148" y="133" width="79" height="30"/>
|
2018-11-19 16:58:23 +01:00
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
2018-11-19 23:41:12 +01:00
|
|
|
<state key="normal" title="Wyloguj się"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="isSignOut:" destination="-1" eventType="touchUpInside" id="jpJ-BH-2WU"/>
|
|
|
|
</connections>
|
2018-11-19 16:58:23 +01:00
|
|
|
</button>
|
2018-11-19 23:41:12 +01:00
|
|
|
<textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="u9j-Y0-VNK">
|
|
|
|
<rect key="frame" x="53" y="193" width="273" height="30"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
|
|
|
</textField>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="7lM-FZ-SRL">
|
|
|
|
<rect key="frame" x="138" y="262" width="102" height="30"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<state key="normal" title="Zapisz notatkę"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="storeSecret:" destination="-1" eventType="touchUpInside" id="Cya-h0-uFW"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wDa-vm-5Ls">
|
|
|
|
<rect key="frame" x="141" y="353" width="97" height="30"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<state key="normal" title="Pokaż notatkę"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="getSecret:" destination="-1" eventType="touchUpInside" id="Ort-po-DdF"/>
|
|
|
|
</connections>
|
|
|
|
</button>
|
2018-11-20 11:29:34 +01:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="TouchID" translatesAutoresizingMaskIntoConstraints="NO" id="NRj-yT-SM7">
|
2018-11-19 23:41:12 +01:00
|
|
|
<rect key="frame" x="123" y="391" width="128" height="128"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
</imageView>
|
2018-11-20 11:29:34 +01:00
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UoU-LQ-ogi">
|
2018-11-19 23:41:12 +01:00
|
|
|
<rect key="frame" x="53" y="323" width="280" height="21"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
<color key="textColor" red="0.15985122323036194" green="0.82354992628097534" blue="0.071769155561923981" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
2018-11-19 16:58:23 +01:00
|
|
|
</subviews>
|
2018-11-20 11:29:34 +01:00
|
|
|
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
|
2018-11-19 16:58:23 +01:00
|
|
|
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
|
2018-11-19 23:41:12 +01:00
|
|
|
<point key="canvasLocation" x="53.600000000000001" y="48.125937031484263"/>
|
2018-11-19 16:58:23 +01:00
|
|
|
</view>
|
|
|
|
</objects>
|
2018-11-20 11:29:34 +01:00
|
|
|
<resources>
|
|
|
|
<image name="TouchID" width="512" height="512"/>
|
|
|
|
</resources>
|
2018-11-19 16:58:23 +01:00
|
|
|
</document>
|