1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16097"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ScannerViewController">
- <connections>
- <outlet property="camera" destination="Ae3-e9-p2L" id="arR-A4-GKl"/>
- <outlet property="view" destination="iN0-l3-epB" id="vk5-Bg-n45"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ae3-e9-p2L">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="Ae3-e9-p2L" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="4fj-0O-8Uy"/>
- <constraint firstItem="Ae3-e9-p2L" firstAttribute="bottom" secondItem="iN0-l3-epB" secondAttribute="bottom" id="Gen-QV-VZq"/>
- <constraint firstItem="Ae3-e9-p2L" firstAttribute="trailing" secondItem="iN0-l3-epB" secondAttribute="trailing" id="scd-ed-sBE"/>
- <constraint firstItem="Ae3-e9-p2L" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="taz-nu-6Po"/>
- </constraints>
- <point key="canvasLocation" x="33.333333333333336" y="52.901785714285715"/>
- </view>
- </objects>
- </document>
|