68 lines
5.1 KiB
XML
68 lines
5.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_1" orientation="landscape" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
<capability name="System colors in document resources" minToolsVersion="11.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="SimpleQRViewController">
|
|
<connections>
|
|
<outlet property="container" destination="0d8-DT-zaX" id="9NR-DB-LK0"/>
|
|
<outlet property="scanImg" destination="raf-ug-VIg" id="as4-9c-NvE"/>
|
|
<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="896" height="414"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0d8-DT-zaX">
|
|
<rect key="frame" x="318" y="62" width="260" height="290"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Click Image to copy content" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="WRw-8S-Fjl">
|
|
<rect key="frame" x="34.5" y="255.5" width="191" height="19"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="15"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
<color key="shadowColor" white="0.66666666669999997" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</label>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="raf-ug-VIg">
|
|
<rect key="frame" x="10" y="1" width="240" height="248"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="240" id="0YG-87-fLT"/>
|
|
<constraint firstAttribute="height" constant="248" id="mHV-Po-EDT"/>
|
|
</constraints>
|
|
</imageView>
|
|
</subviews>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<constraints>
|
|
<constraint firstItem="raf-ug-VIg" firstAttribute="centerY" secondItem="0d8-DT-zaX" secondAttribute="centerY" constant="-20" id="9Oi-NI-NuM"/>
|
|
<constraint firstItem="WRw-8S-Fjl" firstAttribute="centerX" secondItem="0d8-DT-zaX" secondAttribute="centerX" id="QLZ-VY-kcu"/>
|
|
<constraint firstItem="raf-ug-VIg" firstAttribute="centerX" secondItem="0d8-DT-zaX" secondAttribute="centerX" id="gMs-5O-s9P"/>
|
|
<constraint firstItem="WRw-8S-Fjl" firstAttribute="centerY" secondItem="0d8-DT-zaX" secondAttribute="centerY" constant="120" id="kQJ-kh-xZY"/>
|
|
<constraint firstAttribute="height" constant="290" id="mtp-Xa-AS6"/>
|
|
<constraint firstAttribute="width" constant="260" id="yNV-5n-VLf"/>
|
|
</constraints>
|
|
</view>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<constraints>
|
|
<constraint firstItem="0d8-DT-zaX" firstAttribute="centerY" secondItem="i5M-Pr-FkT" secondAttribute="centerY" id="Ok4-Kg-8US"/>
|
|
<constraint firstItem="0d8-DT-zaX" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="S6Q-Z2-vca"/>
|
|
</constraints>
|
|
<point key="canvasLocation" x="139" y="77"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|