• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UIScrollView to UIImage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UIScrollView to UIImage


  • Subject: Re: UIScrollView to UIImage
  • From: Roland King <email@hidden>
  • Date: Thu, 18 Jul 2013 10:08:36 +0800

Does it do that even if the scroll view isn't scrolled at all but is at the very top?

On 18 Jul, 2013, at 9:56, Trygve Inda <email@hidden> wrote:

> I am trying to take a "snapshot" of my UIScrollView and store it in a
> UIImage:
>
> UIGraphicsBeginImageContext(scrollView.bounds.size);
> [scrollView.layer renderInContext:UIGraphicsGetCurrentContext()];
> UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
> UIGraphicsEndImageContext();
>
>
> This works for the most views, but when I try it with the UIScrollView, I
> just get a black image (but [image size] is correct).
>
> Any ideas?
>
> Trygve
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: UIScrollView to UIImage
      • From: Trygve Inda <email@hidden>
References: 
 >UIScrollView to UIImage (From: Trygve Inda <email@hidden>)

  • Prev by Date: UIScrollView to UIImage
  • Next by Date: Re: full screen
  • Previous by thread: UIScrollView to UIImage
  • Next by thread: Re: UIScrollView to UIImage
  • Index(es):
    • Date
    • Thread