terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

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

Closed ecnepsnai closed 9 years ago

ecnepsnai commented 9 years ago

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 commented 9 years ago

Fixed via commit 581a116f5759f66f191218a99d669fb4db9678c3

ecnepsnai commented 9 years ago

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