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

Using presentation full screen of navigation controller #52

Closed etoledom closed 3 years ago

etoledom commented 3 years ago

This is to be able to draw arrows over screenshots.

After iOS 13, modal presentations can be dismissed by dragging down on the controller, this makes it impossible to draw arrows over the screenshots.

This PR makes the modal presentation full screen again to avoid this from happening.