Skip to content

Commit dfe3ff5

Browse files
authored
Merge pull request #19341 from wordpress-mobile/task/wpios-launch-screen
Redesign WordPress / Jetpack launch screen
2 parents 6513f77 + 4808ba9 commit dfe3ff5

File tree

6 files changed

+48
-17
lines changed

6 files changed

+48
-17
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
21.0
22
-----
33
* [*] Fixed an issue where the cached notifications are retained after logging out of WordPress.com account [#19360]
4+
* [*] Update launch screen. [#19341]
45

56
20.9
67
-----

WordPress/Jetpack/Launch Screen.storyboard

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3-
<device id="retina6_1" orientation="portrait" appearance="light"/>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina6_1" orientation="portrait" appearance="dark"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
77
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
88
<capability name="System colors in document resources" minToolsVersion="11.0"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@@ -18,7 +18,11 @@
1818
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1919
<subviews>
2020
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="jetpack-logo" translatesAutoresizingMaskIntoConstraints="NO" id="JZ4-ST-36F">
21-
<rect key="frame" x="167" y="408" width="80" height="80"/>
21+
<rect key="frame" x="182" y="423" width="50" height="50"/>
22+
<constraints>
23+
<constraint firstAttribute="width" constant="50" id="V6u-HF-Ery"/>
24+
<constraint firstAttribute="width" secondItem="JZ4-ST-36F" secondAttribute="height" multiplier="1:1" id="fjK-Ng-KG1"/>
25+
</constraints>
2226
</imageView>
2327
</subviews>
2428
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>

WordPress/Launch Screen.storyboard

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3-
<device id="retina6_1" orientation="portrait" appearance="light"/>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3+
<device id="retina6_72" orientation="portrait" appearance="dark"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
7-
<capability name="Named colors" minToolsVersion="9.0"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
7+
<capability name="System colors in document resources" minToolsVersion="11.0"/>
88
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
99
</dependencies>
1010
<scenes>
@@ -17,15 +17,15 @@
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="414" height="896"/>
20+
<rect key="frame" x="0.0" y="0.0" width="430" height="932"/>
2121
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2222
<subviews>
23-
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon-wp" translatesAutoresizingMaskIntoConstraints="NO" id="FfR-yo-4a1">
24-
<rect key="frame" x="182" y="422" width="50" height="52"/>
25-
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
23+
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon-wp-filled" translatesAutoresizingMaskIntoConstraints="NO" id="FfR-yo-4a1">
24+
<rect key="frame" x="190" y="441" width="50" height="50"/>
25+
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2626
</imageView>
2727
</subviews>
28-
<color key="backgroundColor" name="Blue50"/>
28+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
2929
<constraints>
3030
<constraint firstItem="FfR-yo-4a1" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="T0u-ej-Kyp"/>
3131
<constraint firstItem="FfR-yo-4a1" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="a6p-Lx-MaV"/>
@@ -38,9 +38,9 @@
3838
</scene>
3939
</scenes>
4040
<resources>
41-
<image name="icon-wp" width="50" height="52"/>
42-
<namedColor name="Blue50">
43-
<color red="0.023529411764705882" green="0.45882352941176469" blue="0.7686274509803922" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
44-
</namedColor>
41+
<image name="icon-wp-filled" width="50" height="50"/>
42+
<systemColor name="systemBackgroundColor">
43+
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
44+
</systemColor>
4545
</resources>
4646
</document>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "icon-wp-filled.pdf",
5+
"idiom" : "universal"
6+
},
7+
{
8+
"appearances" : [
9+
{
10+
"appearance" : "luminosity",
11+
"value" : "dark"
12+
}
13+
],
14+
"filename" : "icon-wp-filled-dark.pdf",
15+
"idiom" : "universal"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
},
22+
"properties" : {
23+
"compression-type" : "lossless",
24+
"template-rendering-intent" : "original"
25+
}
26+
}
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)