Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit cbbf6b9

Browse files
committed
Fixed Storyboard Module Ineritence
1 parent c9f7bbc commit cbbf6b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IRLCamera.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!--Scanner View Controller-->
1313
<scene sceneID="ufC-wZ-h7g">
1414
<objects>
15-
<viewController storyboardIdentifier="CameraVC" id="vXZ-lx-hvc" customClass="IRLScannerViewController" sceneMemberID="viewController">
15+
<viewController storyboardIdentifier="CameraVC" id="vXZ-lx-hvc" customClass="IRLScannerViewController" customModuleProvider="target" sceneMemberID="viewController">
1616
<layoutGuides>
1717
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
1818
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
2222
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2323
<subviews>
24-
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GCS-Ur-8wm" customClass="IRLCameraView">
24+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="GCS-Ur-8wm" customClass="IRLCameraView" customModuleProvider="target">
2525
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
2626
<subviews>
2727
<imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ngc-U5-0Sq">

0 commit comments

Comments
 (0)