|
|
@@ -1,11 +1,9 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
|
- <device id="retina5_5" orientation="landscape">
|
|
|
- <adaptation id="fullscreen"/>
|
|
|
- </device>
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
|
+ <device id="retina5_5" orientation="landscape" appearance="light"/>
|
|
|
<dependencies>
|
|
|
<deployment identifier="iOS"/>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
|
@@ -65,6 +63,7 @@
|
|
|
</connections>
|
|
|
</button>
|
|
|
</subviews>
|
|
|
+ <viewLayoutGuide key="safeArea" id="TEW-wV-M4S"/>
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
<constraints>
|
|
|
<constraint firstItem="0ig-dn-iSa" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="vCI-Zm-N7X" secondAttribute="trailing" priority="999" constant="10" id="29i-AW-HSH"/>
|
|
|
@@ -100,7 +99,6 @@
|
|
|
<constraint firstItem="D8z-rA-Qpf" firstAttribute="height" secondItem="aiT-qZ-M5f" secondAttribute="height" id="swA-T5-xSR"/>
|
|
|
<constraint firstAttribute="bottom" secondItem="vCI-Zm-N7X" secondAttribute="bottom" constant="60" id="uOO-Nq-OMU"/>
|
|
|
</constraints>
|
|
|
- <viewLayoutGuide key="safeArea" id="TEW-wV-M4S"/>
|
|
|
<variation key="default">
|
|
|
<mask key="constraints">
|
|
|
<exclude reference="7a1-vL-ZwM"/>
|
|
|
@@ -178,6 +176,157 @@
|
|
|
</objects>
|
|
|
<point key="canvasLocation" x="-155.70652173913044" y="160.86956521739131"/>
|
|
|
</scene>
|
|
|
+ <!--Code Scanner View Controller-->
|
|
|
+ <scene sceneID="3xu-LD-bSC">
|
|
|
+ <objects>
|
|
|
+ <viewController storyboardIdentifier="RAQRCodeScannerViewControllerAuto" useStoryboardIdentifierAsRestorationIdentifier="YES" id="T5n-Ld-InS" customClass="RAQRCodeScannerViewController" sceneMemberID="viewController">
|
|
|
+ <view key="view" contentMode="scaleToFill" id="XG1-BH-5Yn">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="736" height="414"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ <subviews>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ada-GD-fnS">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="736" height="414"/>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OxG-xD-O68">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="736" height="414"/>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </view>
|
|
|
+ <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="RQP-kc-U9i">
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="736" height="414"/>
|
|
|
+ <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </view>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="ZVa-fu-Anm">
|
|
|
+ <rect key="frame" x="596" y="177" width="60" height="60"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" secondItem="ZVa-fu-Anm" secondAttribute="height" multiplier="1:1" id="EVk-AS-ca9"/>
|
|
|
+ <constraint firstAttribute="width" constant="60" id="OR3-hA-sW8"/>
|
|
|
+ </constraints>
|
|
|
+ <connections>
|
|
|
+ <action selector="scannerBtnTouchCancel:" destination="T5n-Ld-InS" eventType="touchCancel" id="Hod-Jp-vRQ"/>
|
|
|
+ <action selector="scannerBtnTouchDown:" destination="T5n-Ld-InS" eventType="touchDown" id="ssg-7k-DsL"/>
|
|
|
+ <action selector="scannerBtnTouchUp:" destination="T5n-Ld-InS" eventType="touchUpInside" id="Zqm-7x-PH2"/>
|
|
|
+ <action selector="scannerBtnTouchUpOutSide:" destination="T5n-Ld-InS" eventType="touchUpOutside" id="z3f-Dx-KjM"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="GaA-2B-enV">
|
|
|
+ <rect key="frame" x="10" y="20" width="30" height="30"/>
|
|
|
+ <state key="normal" image="qr_back_btn"/>
|
|
|
+ <connections>
|
|
|
+ <action selector="backBtnClick:" destination="T5n-Ld-InS" eventType="touchUpInside" id="bcH-Wf-Geh"/>
|
|
|
+ </connections>
|
|
|
+ </button>
|
|
|
+ </subviews>
|
|
|
+ <viewLayoutGuide key="safeArea" id="7LN-2I-0kE"/>
|
|
|
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="Ada-GD-fnS" firstAttribute="top" secondItem="XG1-BH-5Yn" secondAttribute="top" id="0TT-7U-avg"/>
|
|
|
+ <constraint firstItem="OxG-xD-O68" firstAttribute="height" secondItem="Ada-GD-fnS" secondAttribute="height" id="1RB-Dy-CMB"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="ZVa-fu-Anm" secondAttribute="trailing" constant="80" id="4Xk-os-lf2"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="ZVa-fu-Anm" secondAttribute="bottom" constant="100" id="7zP-kW-kfl"/>
|
|
|
+ <constraint firstItem="OxG-xD-O68" firstAttribute="width" secondItem="Ada-GD-fnS" secondAttribute="width" id="8Lx-FN-qmp"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="centerX" secondItem="XG1-BH-5Yn" secondAttribute="centerX" id="8xY-Zj-CWq"/>
|
|
|
+ <constraint firstItem="Ada-GD-fnS" firstAttribute="leading" secondItem="XG1-BH-5Yn" secondAttribute="leading" id="ATR-hp-3NY"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="RQP-kc-U9i" secondAttribute="trailing" id="Anl-Kq-3Hz"/>
|
|
|
+ <constraint firstItem="GaA-2B-enV" firstAttribute="top" secondItem="7LN-2I-0kE" secondAttribute="top" constant="20" id="CFM-am-fjr"/>
|
|
|
+ <constraint firstItem="ZVa-fu-Anm" firstAttribute="centerY" secondItem="RQP-kc-U9i" secondAttribute="centerY" id="Ctr-fp-1Du"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="top" secondItem="XG1-BH-5Yn" secondAttribute="top" constant="60" id="ItM-cP-b4W"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="RQP-kc-U9i" secondAttribute="bottom" constant="81" id="LId-87-goU"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="centerY" secondItem="XG1-BH-5Yn" secondAttribute="centerY" constant="-70" id="NXe-za-28a"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="RQP-kc-U9i" secondAttribute="bottom" id="Nho-ky-KsO"/>
|
|
|
+ <constraint firstItem="ZVa-fu-Anm" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="RQP-kc-U9i" secondAttribute="trailing" priority="999" constant="10" id="P2P-rr-rbi"/>
|
|
|
+ <constraint firstAttribute="bottom" secondItem="ZVa-fu-Anm" secondAttribute="bottom" constant="70" id="QQv-4I-OPC"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="RQP-kc-U9i" secondAttribute="trailing" constant="70" id="Rh5-qS-eN1"/>
|
|
|
+ <constraint firstItem="Ada-GD-fnS" firstAttribute="height" secondItem="XG1-BH-5Yn" secondAttribute="height" id="SIj-Tj-H6x"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="centerX" secondItem="XG1-BH-5Yn" secondAttribute="centerX" id="Shg-2w-jbh"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="ZVa-fu-Anm" secondAttribute="trailing" constant="104" id="U2T-Rw-rJv"/>
|
|
|
+ <constraint firstItem="ZVa-fu-Anm" firstAttribute="centerX" secondItem="RQP-kc-U9i" secondAttribute="centerX" id="VTR-af-Vme"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="top" secondItem="XG1-BH-5Yn" secondAttribute="top" id="XN0-5G-6N3"/>
|
|
|
+ <constraint firstItem="ZVa-fu-Anm" firstAttribute="centerY" secondItem="OxG-xD-O68" secondAttribute="centerY" id="Xjg-tG-R82"/>
|
|
|
+ <constraint firstItem="ZVa-fu-Anm" firstAttribute="centerX" secondItem="RQP-kc-U9i" secondAttribute="centerX" id="YaB-tf-HMi"/>
|
|
|
+ <constraint firstItem="OxG-xD-O68" firstAttribute="top" secondItem="Ada-GD-fnS" secondAttribute="top" id="Zc3-tk-wCe"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="centerY" secondItem="XG1-BH-5Yn" secondAttribute="centerY" constant="-110" id="arS-wn-wNR"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="leading" secondItem="XG1-BH-5Yn" secondAttribute="leading" id="fwV-gR-dax"/>
|
|
|
+ <constraint firstItem="ZVa-fu-Anm" firstAttribute="top" relation="greaterThanOrEqual" secondItem="RQP-kc-U9i" secondAttribute="bottom" priority="999" constant="10" id="jRH-fe-9Z1"/>
|
|
|
+ <constraint firstItem="OxG-xD-O68" firstAttribute="leading" secondItem="Ada-GD-fnS" secondAttribute="leading" id="lqp-xr-h52"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="centerX" secondItem="XG1-BH-5Yn" secondAttribute="centerX" constant="-80" id="rxK-GN-MQq"/>
|
|
|
+ <constraint firstItem="Ada-GD-fnS" firstAttribute="width" secondItem="XG1-BH-5Yn" secondAttribute="width" id="xjC-fg-9BG"/>
|
|
|
+ <constraint firstItem="RQP-kc-U9i" firstAttribute="leading" secondItem="XG1-BH-5Yn" secondAttribute="leading" constant="70" id="zTt-gT-8Pj"/>
|
|
|
+ <constraint firstItem="GaA-2B-enV" firstAttribute="leading" secondItem="7LN-2I-0kE" secondAttribute="leading" constant="10" id="zql-fK-xR8"/>
|
|
|
+ </constraints>
|
|
|
+ <variation key="default">
|
|
|
+ <mask key="constraints">
|
|
|
+ <exclude reference="8xY-Zj-CWq"/>
|
|
|
+ <exclude reference="ItM-cP-b4W"/>
|
|
|
+ <exclude reference="LId-87-goU"/>
|
|
|
+ <exclude reference="NXe-za-28a"/>
|
|
|
+ <exclude reference="Nho-ky-KsO"/>
|
|
|
+ <exclude reference="Rh5-qS-eN1"/>
|
|
|
+ <exclude reference="Shg-2w-jbh"/>
|
|
|
+ <exclude reference="XN0-5G-6N3"/>
|
|
|
+ <exclude reference="arS-wn-wNR"/>
|
|
|
+ <exclude reference="rxK-GN-MQq"/>
|
|
|
+ <exclude reference="zTt-gT-8Pj"/>
|
|
|
+ <exclude reference="4Xk-os-lf2"/>
|
|
|
+ <exclude reference="7zP-kW-kfl"/>
|
|
|
+ <exclude reference="Ctr-fp-1Du"/>
|
|
|
+ <exclude reference="P2P-rr-rbi"/>
|
|
|
+ <exclude reference="QQv-4I-OPC"/>
|
|
|
+ <exclude reference="U2T-Rw-rJv"/>
|
|
|
+ <exclude reference="VTR-af-Vme"/>
|
|
|
+ <exclude reference="YaB-tf-HMi"/>
|
|
|
+ <exclude reference="jRH-fe-9Z1"/>
|
|
|
+ </mask>
|
|
|
+ </variation>
|
|
|
+ <variation key="heightClass=compact-widthClass=compact">
|
|
|
+ <mask key="constraints">
|
|
|
+ <include reference="ItM-cP-b4W"/>
|
|
|
+ <include reference="LId-87-goU"/>
|
|
|
+ <include reference="rxK-GN-MQq"/>
|
|
|
+ <include reference="Ctr-fp-1Du"/>
|
|
|
+ <include reference="P2P-rr-rbi"/>
|
|
|
+ <include reference="U2T-Rw-rJv"/>
|
|
|
+ </mask>
|
|
|
+ </variation>
|
|
|
+ <variation key="heightClass=compact-widthClass=regular">
|
|
|
+ <mask key="constraints">
|
|
|
+ <include reference="Nho-ky-KsO"/>
|
|
|
+ <include reference="XN0-5G-6N3"/>
|
|
|
+ <include reference="4Xk-os-lf2"/>
|
|
|
+ </mask>
|
|
|
+ </variation>
|
|
|
+ <variation key="heightClass=regular-widthClass=compact">
|
|
|
+ <mask key="constraints">
|
|
|
+ <include reference="NXe-za-28a"/>
|
|
|
+ <include reference="Rh5-qS-eN1"/>
|
|
|
+ <include reference="Shg-2w-jbh"/>
|
|
|
+ <include reference="zTt-gT-8Pj"/>
|
|
|
+ <include reference="QQv-4I-OPC"/>
|
|
|
+ <include reference="YaB-tf-HMi"/>
|
|
|
+ <include reference="jRH-fe-9Z1"/>
|
|
|
+ </mask>
|
|
|
+ </variation>
|
|
|
+ <variation key="heightClass=regular-widthClass=regular">
|
|
|
+ <mask key="constraints">
|
|
|
+ <include reference="8xY-Zj-CWq"/>
|
|
|
+ <include reference="arS-wn-wNR"/>
|
|
|
+ <include reference="7zP-kW-kfl"/>
|
|
|
+ <include reference="VTR-af-Vme"/>
|
|
|
+ </mask>
|
|
|
+ </variation>
|
|
|
+ </view>
|
|
|
+ <connections>
|
|
|
+ <outlet property="backBtn" destination="GaA-2B-enV" id="bNe-C8-v4O"/>
|
|
|
+ <outlet property="maskView" destination="OxG-xD-O68" id="oPx-fr-2gE"/>
|
|
|
+ <outlet property="previewContainer" destination="Ada-GD-fnS" id="NkS-pP-tuy"/>
|
|
|
+ <outlet property="scanBtn" destination="ZVa-fu-Anm" id="IeW-DK-EZe"/>
|
|
|
+ <outlet property="scanerView" destination="RQP-kc-U9i" id="vqj-8k-3PF"/>
|
|
|
+ </connections>
|
|
|
+ </viewController>
|
|
|
+ <placeholder placeholderIdentifier="IBFirstResponder" id="jFm-OQ-ocS" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
+ </objects>
|
|
|
+ <point key="canvasLocation" x="-155.70652173913044" y="160.86956521739131"/>
|
|
|
+ </scene>
|
|
|
</scenes>
|
|
|
<resources>
|
|
|
<image name="qr_back_btn" width="30" height="30"/>
|