The DHSidebarViewController works with the standard way of customizing the status bar text color. You can simply implement preferredStatusBarStyle in DHSidebarViewController or a subclass and return a value of UIStatusBarStyleLightContent. That works with the provided code.
Hi Juan,
The DHSidebarViewController works with the standard way of customizing the status bar text color. You can simply implement preferredStatusBarStyle in DHSidebarViewController or a subclass and return a value of UIStatusBarStyleLightContent. That works with the provided code.
See here for an example: http://www.doubleencore.com/2013/09/developers-guide-to-the-ios-7-status...