Update to add new status bar style

Added UIStatusBarStyleLightContent as an option for status_bar_style, a new option added in iOS7.
This commit is contained in:
Chris Radford
2013-08-05 12:47:36 +01:00
committed by Watson
parent 754180ed56
commit 785fd65d59

View File

@@ -252,6 +252,7 @@ module Motion; module Project;
when :default then 'UIStatusBarStyleDefault'
when :black_translucent then 'UIStatusBarStyleBlackTranslucent'
when :black_opaque then 'UIStatusBarStyleBlackOpaque'
when :light_content then 'UIStatusBarStyleLightContent'
else
App.fail "Unknown status_bar_style value: `#{@status_bar_style}'"
end