Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

prefersStatusBarHidden is not called in the FrontViewController #246

@enix223

Description

@enix223

PKRevealController is an awesome lib, and it makes my life much easier. Thank you...

But I have got an issue when defining the view-base status bar status in the front view controller.

I have defined the prefersStatusBarHidden method as below:

- (BOOL)prefersStatusBarHidden {
    return self.navigationController.isNavigationBarHidden;
}

But this method is never called, even I have set the View controller-based status bar appearance to YES in the info.plist.

I am sure this method will be called if I am not using the PKRevealController.

Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions