FlutterQrScanner.xib 2.4 KB

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