[BeeFramework] fixed orientation bug in Bee_UIBoard (#34)

7 views
Skip to first unread message

inonomori

unread,
Mar 6, 2013, 1:01:23 AM3/6/13
to gavinkwoe/BeeFramework

using (_allowedOrientation & interfaceOrientation) != 0 to check whether a specific orientation is allowed is definitely incorrect, since OrientationMask is only available in iOS 6, therefore, in order to reduce the total amount of code changes, I decide to write a custom orientation mask macro to force convert UIInterfaceOrientation into UIInterfaceOrientationMask. The solution wasn't good, could be discuss in further.


You can merge this Pull Request by running

  git pull https://github.com/inonomori/BeeFramework master

Or view, comment on, or merge it at:

  https://github.com/gavinkwoe/BeeFramework/pull/34

Commit Summary

  • fixed orientation bug

File Changes

Patch Links:

Reply all
Reply to author
Forward
0 new messages