Merge lp:~urbanape/ubuntuone-ios-music/update-for-iphone-5 into lp:ubuntuone-ios-music

Proposed by Zachery Bir
Status: Merged
Approved by: Paul Hummer
Approved revision: 233
Merged at revision: 233
Proposed branch: lp:~urbanape/ubuntuone-ios-music/update-for-iphone-5
Merge into: lp:ubuntuone-ios-music
Diff against target: 12 lines (+1/-0)
1 file modified
Other Sources/U1MusicAppDelegate.m (+1/-0)
To merge this branch: bzr merge lp:~urbanape/ubuntuone-ios-music/update-for-iphone-5
Reviewer Review Type Date Requested Status
Paul Hummer (community) Approve
Review via email: mp+124266@code.launchpad.net

Commit message

Create appropriate iPhone 5 Default image.

Description of the change

This branch adds in Default.png splash screens and makes it possible to use in stretched mode (iPhone 5).

To post a comment you must log in.
Revision history for this message
Paul Hummer (rockstar) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'Default-568h@2x.png'
2Binary files Default-568h@2x.png 1970-01-01 00:00:00 +0000 and Default-568h@2x.png 2012-09-13 17:37:19 +0000 differ
3=== modified file 'Other Sources/U1MusicAppDelegate.m'
4--- Other Sources/U1MusicAppDelegate.m 2012-08-28 20:27:24 +0000
5+++ Other Sources/U1MusicAppDelegate.m 2012-09-13 17:37:19 +0000
6@@ -67,6 +67,7 @@
7 [self prepareTestFlight];
8
9 window.backgroundColor = [UIColor viewFlipsideBackgroundColor];
10+ [window setFrame:[[UIScreen mainScreen] bounds]];
11 [window setRootViewController:tabBarController];
12 [window makeKeyAndVisible];
13

Subscribers

People subscribed via source and target branches