Skip to content

Commit

Permalink
Fix status bar issues
Browse files Browse the repository at this point in the history
This changes the status bar style on iPhone and changes most of the
launch images in the asset catalog.
  • Loading branch information
koraktor committed Jan 19, 2014
1 parent 191ec17 commit 6d3943e
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions Suitcase/Images.xcassets/LaunchImage.launchimage/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"idiom" : "iphone",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"filename" : "Default@2x-1.png",
"filename" : "iPhone-2x-Portrait-Fullscreen.png",
"scale" : "2x"
},
{
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "retina4",
"filename" : "Default-568h@2x.png",
"filename" : "iPhone-R4-2x-Portrait-Fullscreen.png",
"minimum-system-version" : "7.0",
"orientation" : "portrait",
"scale" : "2x"
Expand All @@ -29,6 +29,7 @@
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"filename" : "iPad-1x-Landscape-Fullscreen.png",
"scale" : "1x"
},
{
Expand All @@ -43,27 +44,28 @@
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"filename" : "iPad-2x-Landscape-Fullscreen.png",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"filename" : "Default.png",
"filename" : "iPhone-1x-Portrait-Fullscreen.png",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"filename" : "Default@2x.png",
"filename" : "iPhone-2x-Portrait-Fullscreen-6.0.png",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"filename" : "Default-568h@2x.png",
"filename" : "iPhone-R4-2x-Portrait-Fullscreen-6.0.png",
"subtype" : "retina4",
"scale" : "2x"
},
Expand All @@ -77,6 +79,7 @@
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "to-status-bar",
"filename" : "iPad-1x-Landscape-To-Status-Bar.png",
"scale" : "1x"
},
{
Expand All @@ -89,6 +92,7 @@
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "to-status-bar",
"filename" : "iPad-2x-Landscape-To-Status-Bar.png",
"scale" : "2x"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Suitcase/Suitcase-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<string>armv7</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
Expand Down

0 comments on commit 6d3943e

Please sign in to comment.