Automatic View Blurring
If you have views in your application that contain sensitive information, Buglife can automatically blur select portions of the screen prior to capturing a screenshot.
You can enable automatic view blurring for your UIView
subclass(es) by adopting the LIFEBlurrableView
protocol.
Check out the Buglife iOS Demo Project for an example of automatic view blurring.