Skip to content

Commit

Permalink
Launch Screen fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 30, 2023
1 parent 560e726 commit 58739cb
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions Example/Source/UI/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17156" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22155" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina5_9" orientation="portrait" appearance="dark"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17125"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22131"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand All @@ -16,17 +17,19 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splashscreen" translatesAutoresizingMaskIntoConstraints="NO" id="VJl-YK-5UE">
<rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="splashscreen" translatesAutoresizingMaskIntoConstraints="NO" id="VJl-YK-5UE">
<rect key="frame" x="87.666666666666686" y="306" width="200" height="200"/>
<constraints>
<constraint firstAttribute="height" constant="200" id="Xuk-lZ-rUt"/>
<constraint firstAttribute="width" constant="200" id="dPe-Sm-rSn"/>
</constraints>
</imageView>
</subviews>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="VJl-YK-5UE" secondAttribute="bottom" id="AhW-Hv-8ey"/>
<constraint firstItem="VJl-YK-5UE" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="UCl-fG-lxJ"/>
<constraint firstAttribute="trailing" secondItem="VJl-YK-5UE" secondAttribute="trailing" id="Wsb-2j-FhM"/>
<constraint firstItem="VJl-YK-5UE" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="fem-vb-HBu"/>
<constraint firstItem="VJl-YK-5UE" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="JiO-xM-rig"/>
<constraint firstItem="VJl-YK-5UE" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="dKo-rt-SpZ"/>
</constraints>
</view>
</viewController>
Expand All @@ -36,6 +39,9 @@
</scene>
</scenes>
<resources>
<image name="splashscreen" width="910.66668701171875" height="910.66668701171875"/>
<image name="splashscreen" width="251.66667175292969" height="215.66667175292969"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>

0 comments on commit 58739cb

Please sign in to comment.