react-native-vision-camera/example/ios/VisionCameraExample/LaunchScreen.storyboard

44 lines
3.0 KiB
Plaintext
Raw Normal View History

2021-02-19 08:07:53 -07:00
<?xml version="1.0" encoding="UTF-8"?>
2021-02-19 11:51:59 -07:00
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2021-02-19 08:07:53 -07:00
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
2021-02-19 11:51:59 -07:00
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
2021-02-19 08:07:53 -07:00
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
2021-02-19 11:51:59 -07:00
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="shutter" translatesAutoresizingMaskIntoConstraints="NO" id="1ec-Ah-Cuv">
2021-02-19 11:56:06 -07:00
<rect key="frame" x="148.5" y="574" width="70" height="70"/>
2021-02-19 11:51:59 -07:00
<constraints>
2021-02-19 11:56:06 -07:00
<constraint firstAttribute="width" constant="70" id="IpA-9U-XI8"/>
<constraint firstAttribute="height" constant="70" id="vyL-X3-jiF"/>
2021-02-19 11:51:59 -07:00
</constraints>
</imageView>
2021-02-19 08:07:53 -07:00
</subviews>
2021-02-19 11:51:59 -07:00
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2021-02-19 08:07:53 -07:00
<constraints>
2021-02-19 11:56:06 -07:00
<constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="1ec-Ah-Cuv" secondAttribute="bottom" constant="23" id="4jH-AB-6EI"/>
<constraint firstItem="1ec-Ah-Cuv" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" constant="-4" id="qMB-15-ipd"/>
2021-02-19 08:07:53 -07:00
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2021-02-19 11:51:59 -07:00
<point key="canvasLocation" x="52" y="374.66266866566718"/>
2021-02-19 08:07:53 -07:00
</scene>
</scenes>
2021-02-19 11:51:59 -07:00
<resources>
<image name="shutter" width="60" height="60"/>
</resources>
2021-02-19 08:07:53 -07:00
</document>