-
Notifications
You must be signed in to change notification settings - Fork 65
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
IBActionSheet doesn't grey out status bar #10
Comments
Awesome, glad to hear it's being used. What version are you targeting with your project, and are you using a UINavigationController? On Sat, Feb 22, 2014 at 8:39 PM, Sam Lester notifications@github.com
|
We're targeting iOS7 and using a UINavigationController. |
Okay, when you're calling showInView are you doing it like this: [actionSheet showInView:self.navigationController.view]; or are you just doing: [actionSheet showInView:view]; |
The first one. |
It looks like it's doing the same in the example project – it's just more difficult to tell because the status bar is black to start with. When the phone is plugged in the green battery icon isn't dimmed out. |
That's odd, I'm using it in a project with the same setup and it dims it. Try changing line 508 of IBActionSheet to self.transparentView.alpha = 1.0; And then seeing if it's blacking it out or not. On Sat, Feb 22, 2014 at 9:30 PM, Sam Lester notifications@github.com
|
Yeah, that definitely doesn't look dimmed out. I'm honestly not sure, I've never run into it. I'll have to dig around and see what I can come up with. On Sat, Feb 22, 2014 at 9:40 PM, Sam Lester notifications@github.com
|
Ok, cool – no rush on our end, it's only a small issue and won't stop us from using it in production. Drop me a line if you find something. |
Will do, thanks for letting me know about the issue. On Sat, Feb 22, 2014 at 9:45 PM, Sam Lester notifications@github.com
|
We're using this framework for a project and I've just noticed that the status bar isn't greyed out when using the IBActionSheet. It's particularly noticeable when it's set to be white.
Is this just a limitation of the system or can it be fixed?
Thanks!
The text was updated successfully, but these errors were encountered: