Guys I'm looking for the way to retrieve the application screenshot by mean other than CoreGraphics.
I know that Apple has recommended to do it using CoreGraphics
here
But I have an issue by doing so when drawing on UIView
using UIBezierPath
which I've described it here.
So does anyone know any alternative of getting the screenshot of the application by means other than CoreGraphics
?