1
Fork 0
mirror of https://github.com/isaakhanimann/psychonautwiki-journal-ios.git synced 2026-05-05 17:17:23 +02:00
gh-isaakhanimann-psychonaut.../PsychonautWiki Journal/Main/LaunchScreen.storyboard
Isaak b01f564ade Make sure launch image also works on iPhone and for dark mode
Show the open eye during launch and the closed eye when the app is locked
2023-01-15 15:01:12 +01:00

45 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView clipsSubviews="YES" clearsContextBeforeDrawing="NO" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreenEye.png" translatesAutoresizingMaskIntoConstraints="NO" id="b1M-Ho-fof">
<rect key="frame" x="121.66666666666669" y="351" width="150" height="150"/>
<constraints>
<constraint firstAttribute="width" constant="150" id="3oS-ix-Ujb"/>
<constraint firstAttribute="height" constant="150" id="Pr5-a1-FXD"/>
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="b1M-Ho-fof" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="2X5-Tl-uzA"/>
<constraint firstItem="b1M-Ho-fof" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="Azj-iE-pTl"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="LaunchScreenEye.png" width="245.75999450683594" height="217.19999694824219"/>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>