Skip to content

Commit

Permalink
Fixed issue in MainViewController storyboard linkage for ipad
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 690793647
  • Loading branch information
Interactive Media Ads Developer Relations authored and IMA Developer Relations committed Nov 4, 2024
1 parent b36319e commit f1b30de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swift/AdvancedExample/AdvancedExample/iPad.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--Tags-->
<scene sceneID="GMj-oH-rDJ">
<objects>
<tableViewController id="9rY-jw-yIf" customClass="MainViewController" customModule="AdvancedExample" sceneMemberID="viewController">
<tableViewController id="9rY-jw-yIf" customClass="MainViewController" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="100" sectionHeaderHeight="22" sectionFooterHeight="22" id="MZh-B1-Efw">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
Expand Down

0 comments on commit f1b30de

Please sign in to comment.