Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

status bar is not visible #28

Open
milligator opened this issue Jul 13, 2017 · 1 comment
Open

status bar is not visible #28

milligator opened this issue Jul 13, 2017 · 1 comment

Comments

@milligator
Copy link

I am wondering why the status bar not visible in the collection view. would you mind helping me make it visible?

@gohanlon
Copy link

Have you tried overriding the method prefersStatusBarHidden from UIViewController to return false?

If you‘re playing with the included example app, you can make this change in ImageCollectionViewController, i.e.:

// …
class ImageCollectionViewController: UICollectionViewController {
    // …
    override var prefersStatusBarHidden: Bool { return false } // was: return true
}
// …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants