Skip to content

Commit e8e6ee6

Browse files
authored
Merge pull request #1225 from StoDevX/ipad-statusbar
Make statusbar full-width on ipad
2 parents 3ce8c70 + ce3cbcb commit e8e6ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/AllAboutOlaf/LaunchScreen.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11761" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12106.1" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12074.1"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<scenes>
@@ -23,7 +23,7 @@
2323
<subviews>
2424
<view opaque="NO" contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="k1n-VD-D39">
2525
<rect key="frame" x="0.0" y="0.0" width="375" height="20"/>
26-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
26+
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
2727
<color key="backgroundColor" red="0.96862745100000003" green="0.74901960779999999" blue="0.0078431372550000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2828
<color key="tintColor" red="0.96862745100000003" green="0.71372549019999998" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
2929
</view>

0 commit comments

Comments
 (0)