marcoarment / BugshotKit

iOS in-app bug reporting for developers and testers, with annotated screenshots and the console log.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is really an issue, but more of a request

bs1532 opened this issue · comments

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.

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 (057b2ad).

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?

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