Skip to content

Commit 436f043

Browse files
committed
fixed UI bug
1 parent 4c0d393 commit 436f043

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ios-pwa-wrapper/Base.lproj/Main.storyboard

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7+
<deployment identifier="iOS"/>
78
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13174"/>
8-
<capability name="Alignment constraints to the first baseline" minToolsVersion="6.0"/>
99
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
1010
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1111
</dependencies>
@@ -26,7 +26,7 @@
2626
<rect key="frame" x="0.0" y="64" width="375" height="603"/>
2727
<subviews>
2828
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" translatesAutoresizingMaskIntoConstraints="NO" id="PAe-DD-sEP">
29-
<rect key="frame" x="0.0" y="180" width="375" height="165"/>
29+
<rect key="frame" x="0.0" y="180" width="375" height="113"/>
3030
<subviews>
3131
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="cloud_off" translatesAutoresizingMaskIntoConstraints="NO" id="oc6-1O-6cw">
3232
<rect key="frame" x="163.5" y="0.0" width="48" height="48"/>
@@ -38,17 +38,14 @@
3838
<nil key="highlightedColor"/>
3939
</label>
4040
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="wordWrap" translatesAutoresizingMaskIntoConstraints="NO" id="M9z-jX-53J">
41-
<rect key="frame" x="101" y="72" width="173" height="93"/>
41+
<rect key="frame" x="101" y="72" width="173" height="41"/>
4242
<fontDescription key="fontDescription" type="system" pointSize="24"/>
4343
<state key="normal" title="Tap here to retry!"/>
4444
<connections>
4545
<action selector="onOfflineButtonClick:" destination="BYZ-38-t0r" eventType="touchUpInside" id="rqj-bK-hyk"/>
4646
</connections>
4747
</button>
4848
</subviews>
49-
<constraints>
50-
<constraint firstItem="M9z-jX-53J" firstAttribute="firstBaseline" secondItem="2o9-AL-VUQ" secondAttribute="baseline" constant="60" id="djg-iE-GSj"/>
51-
</constraints>
5249
</stackView>
5350
</subviews>
5451
<constraints>

0 commit comments

Comments
 (0)