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
=== added file 'Default-568h@2x.png'
0Binary files Default-568h@2x.png 1970-01-01 00:00:00 +0000 and Default-568h@2x.png 2012-09-13 17:37:19 +0000 differ0Binary 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
=== modified file 'Other Sources/U1MusicAppDelegate.m'
--- Other Sources/U1MusicAppDelegate.m 2012-08-28 20:27:24 +0000
+++ Other Sources/U1MusicAppDelegate.m 2012-09-13 17:37:19 +0000
@@ -67,6 +67,7 @@
67 [self prepareTestFlight];67 [self prepareTestFlight];
68 68
69 window.backgroundColor = [UIColor viewFlipsideBackgroundColor];69 window.backgroundColor = [UIColor viewFlipsideBackgroundColor];
70 [window setFrame:[[UIScreen mainScreen] bounds]];
70 [window setRootViewController:tabBarController];71 [window setRootViewController:tabBarController];
71 [window makeKeyAndVisible];72 [window makeKeyAndVisible];
72 73

Subscribers

People subscribed via source and target branches