pdcgomes/XCActionBar

Multi Screen Support

jstart opened this issue · 3 comments

Love the project, super cool idea. Found one bug. When using Xcode on a separate display, the Action Bar appears over the first display, and the actions will not execute.
screenshot 2015-03-18 14 05 29

Thanks a lot! I'm glad you're enjoying it.
Yep, I'm actually away from the office so I've only been working on my laptop (don't have a second screen until tomorrow), but I knew about this -- should be simple to address, I'll try to get to it tomorrow.

Cheers!

Made this PR as an attempt to fix it.
#4

No rush! Thanks again for all your work!

The action bar should now be correctly positioned when you try to present it from a separate screen. Let me know how it's working out for you :)