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 orientation #33

Closed
likentong opened this issue Apr 3, 2014 · 3 comments
Closed

Status bar orientation #33

likentong opened this issue Apr 3, 2014 · 3 comments
Labels

Comments

@likentong
Copy link

Hi, similar to the given demo i have a view controller which only support portrait mode.

Before creating any message with TWMessageBarManager, the status bar does not rotate when the phone is in landscape mode.

ios simulator screen shot apr 3 2014 6 19 28 pm

After creating a message with TWMessageBarManager, the status bar rotates when the phone rotates.

ios simulator screen shot apr 3 2014 6 19 37 pm

Any idea how to fix this? The status bar shouldn't rotate when it is in landscape mode after displaying the message.

@terryworona
Copy link
Owner

Because the class utilizes status bar orientation change notifications, we will likely have to expose a shouldRotate.. BOOL or something similar.

@terryworona terryworona added the bug label Apr 6, 2014
@skyylex
Copy link
Contributor

skyylex commented Jan 5, 2015

Probably I've fixed this issue in #67

@terryworona
Copy link
Owner

Fixed via #67

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

No branches or pull requests

3 participants