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

Implicit conversion from enumeration type 'UIInterfaceOrientation' (aka 'enum UIInterfaceOrientation') to different enumeration type 'UIDeviceOrientation' (aka 'enum UIDeviceOrientation') #71

Closed
ecnepsnai opened this issue Mar 27, 2015 · 2 comments

Comments

@ecnepsnai
Copy link

I receive this warning in XCode:

TWMessageBarManager.m:728:112: Implicit conversion from enumeration type 'UIInterfaceOrientation' (aka 'enum UIInterfaceOrientation') to different enumeration type 'UIDeviceOrientation' (aka 'enum UIDeviceOrientation')

The class works fine, just get this warning when I build. 8.1SDK.

@terryworona
Copy link
Owner

Fixed via commit 581a116

@ecnepsnai
Copy link
Author

Cool, thanks! I've updated the class and will include it in the next update to my app.

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