Reputation: 501
Is it possible to capture screen (take screenshot) on iPhone (Using for example: UIGraphicsBeginImageContext) while incoming call is in process or while the iPhone rings?
tnx.
Upvotes: 1
Views: 646
Reputation: 10164
Your app won't have access to the screen when the call is ringing.
When a call is in progress you can press Home and re-open your app.
At that point you could use UIGraphicsBeginImageContext
but it probably won't include the statusbar or green 'in progress' bar.
Upvotes: 1