I want to capture a particular portion of iPhone screen. I used UIGraphicsBeginImageContextWithOptions, but couldn’t capture a portion of screen with this.
Please help me.
I want to capture a particular portion of iPhone screen. I used UIGraphicsBeginImageContextWithOptions ,
Share
You can take screen shot using
UIGraphicsGetImageFromCurrentContext. Wrote below code from memory, so errors possible. Please correct it yourself.