Skip to content

Commit 83065f1

Browse files
committedJan 20, 2017
add gradient to launch screen
1 parent d1bd866 commit 83065f1

12 files changed

+40
-9
lines changed
 

‎Launch Screen.storyboard

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3-
<device id="retina4_7" orientation="portrait">
3+
<device id="ipad12_9" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
@@ -17,29 +17,37 @@
1717
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
1818
</layoutGuides>
1919
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
20-
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
20+
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
2121
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2222
<subviews>
23+
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SplashBackground" translatesAutoresizingMaskIntoConstraints="NO" id="007-lU-IQ4">
24+
<rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
25+
</imageView>
2326
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="IOrgIcon" translatesAutoresizingMaskIntoConstraints="NO" id="ahC-si-bTn">
24-
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
25-
<color key="backgroundColor" red="0.97254901960784312" green="0.97254901960784312" blue="0.97254901960784312" alpha="1" colorSpace="calibratedRGB"/>
27+
<rect key="frame" x="0.0" y="20" width="1024" height="1346"/>
28+
<color key="backgroundColor" red="0.97254901960784312" green="0.97254901960784312" blue="0.97254901960784312" alpha="0.0" colorSpace="calibratedRGB"/>
2629
</imageView>
2730
</subviews>
2831
<color key="backgroundColor" red="0.97254901960784312" green="0.97254901960784312" blue="0.97254901960784312" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2932
<constraints>
33+
<constraint firstAttribute="trailing" secondItem="007-lU-IQ4" secondAttribute="trailing" id="481-xs-25U"/>
3034
<constraint firstItem="ahC-si-bTn" firstAttribute="top" secondItem="Llm-lL-Icb" secondAttribute="bottom" id="AC3-iV-Wgh"/>
3135
<constraint firstAttribute="trailing" secondItem="ahC-si-bTn" secondAttribute="trailing" id="F6X-UO-rr8"/>
36+
<constraint firstAttribute="bottom" secondItem="007-lU-IQ4" secondAttribute="bottom" id="JZ6-31-Frf"/>
3237
<constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="ahC-si-bTn" secondAttribute="bottom" id="KHz-le-q1a"/>
38+
<constraint firstItem="007-lU-IQ4" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Lhf-43-TKv"/>
39+
<constraint firstItem="007-lU-IQ4" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="MM7-TD-skK"/>
3340
<constraint firstItem="ahC-si-bTn" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="WNI-ln-As6"/>
3441
</constraints>
3542
</view>
3643
</viewController>
3744
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
3845
</objects>
39-
<point key="canvasLocation" x="52" y="374.66266866566718"/>
46+
<point key="canvasLocation" x="24" y="375"/>
4047
</scene>
4148
</scenes>
4249
<resources>
43-
<image name="IOrgIcon" width="600" height="600"/>
50+
<image name="IOrgIcon" width="1800" height="1800"/>
51+
<image name="SplashBackground" width="64" height="64"/>
4452
</resources>
4553
</document>

‎MobileOrg/Images.xcassets/IOrgIcon.imageset/Contents.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "org-mode-icon@1x.png",
5+
"filename" : "org-icon.png",
66
"scale" : "1x"
77
},
88
{
99
"idiom" : "universal",
10-
"filename" : "org-mode-icon@2x.png",
10+
"filename" : "org-icon@2x.png",
1111
"scale" : "2x"
1212
},
1313
{
1414
"idiom" : "universal",
15-
"filename" : "org-mode-icon@3x.png",
15+
"filename" : "org-icon@3x.png",
1616
"scale" : "3x"
1717
}
1818
],
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "Background.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "Background@2x.png",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "Background@3x.png",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
}
23+
}

0 commit comments

Comments
 (0)