Page MenuHomeMusing Studio

No OneTemporary

diff --git a/Shared/Assets.xcassets/launchscreen-logo.imageset/Contents.json b/Shared/Assets.xcassets/launchscreen-logo.imageset/Contents.json
new file mode 100644
index 0000000..91de953
--- /dev/null
+++ b/Shared/Assets.xcassets/launchscreen-logo.imageset/Contents.json
@@ -0,0 +1,23 @@
+{
+ "images" : [
+ {
+ "filename" : "launchscreen-logo.png",
+ "idiom" : "universal",
+ "scale" : "1x"
+ },
+ {
+ "filename" : "launchscreen-logo@2x.png",
+ "idiom" : "universal",
+ "scale" : "2x"
+ },
+ {
+ "filename" : "launchscreen-logo@3x.png",
+ "idiom" : "universal",
+ "scale" : "3x"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo.png b/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo.png
new file mode 100644
index 0000000..bed18b1
Binary files /dev/null and b/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo.png differ
diff --git a/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo@2x.png b/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo@2x.png
new file mode 100644
index 0000000..241f6c5
Binary files /dev/null and b/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo@2x.png differ
diff --git a/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo@3x.png b/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo@3x.png
new file mode 100644
index 0000000..7eb7dae
Binary files /dev/null and b/Shared/Assets.xcassets/launchscreen-logo.imageset/launchscreen-logo@3x.png differ
diff --git a/iOS/LaunchScreen.storyboard b/iOS/LaunchScreen.storyboard
index 24d2761..d35dc48 100644
--- a/iOS/LaunchScreen.storyboard
+++ b/iOS/LaunchScreen.storyboard
@@ -1,26 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17154" 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="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17124"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
<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>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
+ <view key="view" opaque="NO" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="launchscreen-logo" translatesAutoresizingMaskIntoConstraints="NO" id="e1b-UO-aae">
+ <rect key="frame" x="157" y="403" width="100" height="100"/>
+ </imageView>
+ </subviews>
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
+ <color key="backgroundColor" systemColor="systemBackgroundColor"/>
+ <constraints>
+ <constraint firstItem="e1b-UO-aae" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="Gpa-t7-LNl"/>
+ <constraint firstItem="e1b-UO-aae" firstAttribute="centerY" secondItem="Bcu-3y-fUS" secondAttribute="centerY" id="wrt-64-0Gb"/>
+ </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="launchscreen-logo" width="100" height="100"/>
+ <systemColor name="systemBackgroundColor">
+ <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
+ </systemColor>
+ </resources>
</document>

File Metadata

Mime Type
text/x-diff
Expires
Fri, Mar 13, 12:08 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3653023

Event Timeline