marcoarment / BugshotKit

iOS in-app bug reporting for developers and testers, with annotated screenshots and the console log.
MIT License
1.36k stars 138 forks source link

This is really an issue, but more of a request #15

Closed bs1532 closed 10 years ago

bs1532 commented 10 years ago

While an AlertView or ActionSheet is present on the screen, BugshotKit will not invoke, and I expected as much.

So, a nice feature would be: While AlertView or ActionSheet is present, user takes a screen capture (home & power button technique). User dismisses the modal dialog, invoke BugShotKit's BSKMainViewController via the gesture. On that main VC, have a "Choose From Camera Roll" option which would slide up a picker (similar to the actual iOS BugShot app), let the user pick the screenshot they want, and when picked, it replaces the screenshot that BSK took. Continue on as normal.

marcoarment commented 10 years ago

Choosing from camera roll is a good idea for a future update. For now, I took the easier route and made it mostly work with UIAlertView/UIActionSheet showing (057b2ad158).

bs1532 commented 10 years ago

I'm using the swipe from the right edge gesture to bring up BSK. Works fine, except when a UIAlertView/UIActionSheet is presented, the gesture does not bring up BSK. Am I doing something wrong?

marcoarment commented 10 years ago

Are you using the most recent version? It works for me.