diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-23 12:41:13 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-23 12:41:13 +0100 |
commit | f0cc1942b8d0b6d996f56de1ca7e1bf968141a03 (patch) | |
tree | 3cccdc497e1e76197e8558f419f783d45485fbc5 | |
parent | 079c8216eeb806f7ba6763348ef1819aca67c201 (diff) |
make app full screen
-rw-r--r-- | iPhone/FixMyStreet/FixMyStreet-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iPhone/FixMyStreet/FixMyStreet-Info.plist b/iPhone/FixMyStreet/FixMyStreet-Info.plist index 2bc039d..3162159 100644 --- a/iPhone/FixMyStreet/FixMyStreet-Info.plist +++ b/iPhone/FixMyStreet/FixMyStreet-Info.plist @@ -36,6 +36,8 @@ <string></string> <key>NSMainNibFile~ipad</key> <string></string> + <key>UIStatusBarHidden</key> + <true/> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> |