overshare / overshare-kit

A soup-to-nuts sharing library for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust the status bar style for OSKUsernamePasswordViewController

rounak opened this issue · comments

If my view controller has UIStatusBarStyleLightContent as the style, and the OSKUsernamePasswordViewController has a white navigation bar, the status bar style should change to UIStatusBarStyleDefault. And vice versa.

The proper way to handle this is to use the new recommended APIs in iOS 7, preferredStatusBarStyle and the other related methods on UIViewController. By setting ViewControllerBasedStatusBarAppearance to YES in your apps plist, the status bar appearance will "just work" with OvershareKit views and view controllers.