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 7760489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:54:05+00:00 2026-06-01T13:54:05+00:00

I used – (BOOL)presentPreviewAnimated:(BOOL)animated; to load the doc, then I want to take the

  • 0

I used - (BOOL)presentPreviewAnimated:(BOOL)animated; to load the doc, then I want to take the screenshot from the doc.So I try

UIGraphicsBeginImageContext(self.view.bounds.size);
[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
currentImage=UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();

but it just take the mainview, so I am looking for someone could tell me how to take the doc view’s layer.

  • 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-01T13:54:06+00:00Added an answer on June 1, 2026 at 1:54 pm

    That will not work because popovers (There is one that contains the UIDocumentInteractionController) are not added to your view controller’s view.

    They are added to their own view that is on top of your application window.

    // This is kind of hacky, do not use for production :)
    // Make sure this code is executed while the popover is being shown.
    UIView *uiDimmingView = [[[[UIApplication sharedApplication] keyWindow] subviews] lastObject];
    UIView *uiPopoverView = [[uiDimmingView subviews] lastObject];
    

    If you use uiDimmingView you will get the entire view that contains the popover. uiPopoverView is the popover itself.

    These results are not optimal but probably is enough for non-production things (I am assuming you want this for showing it to someone else, etc).

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

Sidebar

Related Questions

I used DataSet to load a schema from following xml file; <node id=0> <node
I used CouchDB 1.1.1 with self-signed certs fine for some time. Then, I purchased
I used mmap(just try to understand how mmap works) to allocate 96k anonymous memory,
I used HTTPService for reading xml, but I want only a particular xml field
I used the following code to display the event details fetched from the database.
I used the follwoing statement to copy over files from one folder to another...
I used regular expressions to get a string from a web page and part
I used pdftk to uncompress a PDF and then opened it as a text
I used php code from tutorial and it worked fine. But when I am
Used railsready, then passenger w/ apache2, finally copied my app to /home/myapp. Inserted the

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.