Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8496361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:49:55+00:00 2026-06-10T23:49:55+00:00

Recently I tried to capture a screenshot of a UIWebView with animating elements. The

  • 0

Recently I tried to capture a screenshot of a UIWebView with animating elements. The problem is that they appear on the screenshot at their original positions, like there was no animation.
I tried to use the following code to fix this problem:

CGRect screenRect = [[UIScreen mainScreen] bounds];
UIGraphicsBeginImageContext(self.frame.size);
CGContextRef context = UIGraphicsGetCurrentContext();
[[UIColor clearColor] set];
CGContextFillRect(context, screenRect);
[[self.layer presentationLayer] renderInContext:context];
UIImage *screenImage = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
return screenImage;

But it drops my application down with an EXC_BAD_ACCESS.
A little research showed that this behavoir is due to presentationLayer that changes swiftly; so when I try to renderInContext, it actually doesn’t exist, and the [self.layer presentationLayer] now returns another CALayer object.

So the question is how to take an image from the current state of an animating layer, or (this also could be a solution) how to stop it from changing the presentationLayer for the time of screenshooting?

[update]
More interesting: presentationLayer seems to be empty, since it’s contents is nil, as I can see in the debugger…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:49:57+00:00Added an answer on June 10, 2026 at 11:49 pm

    Okay, the problem was in CSS:

    -webkit-transform: perspective(100px) translate3d(200px, 100px, -50px) rotateY(15deg);
    

    Any of perspective or rotateY/rotateX kills the position of the element on the screenshot, taken from view.layer renderInContext. So there’s no way to capture the “really 3d” positioned elements on the webpage.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm recently tried to make a custom tabcontrol that able to move the tab
Recently I tried compiling program something like this with GCC: int f(int i){ if(i<0){
Here's the thing. Recently I've tried to add FB like button to some website
I recently tried building my own shared and weak pointers. Code that compiles using
I recently tried to create an object like this: var carousel = { $slider:
I've recently tried using branches in git but while they work allright whatever I
I have recently tried a problem,my code run well on the cases it presented
I have recently started using generics in java, and in that attempt tried to
I recently tried to open a JPanel form that I created with NetBeans GUI
I recently tried to use backgroundworker instead of classic threads and I'm realizing that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.