• 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: IKImageView choppy?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IKImageView choppy?


  • Subject: Re: IKImageView choppy?
  • From: Steve Christensen <email@hidden>
  • Date: Sat, 31 Jul 2010 22:38:33 -0700

Your browser's -imageBrowser:itemAtIndex: data source method returns objects that conform to the IKImageBrowserItem informal protocol. You can specify -imageRepresentationType to return IKImageBrowserNSImageRepresentationType and have -imageRepresentation return a reasonably-sized thumbnail image.

If you manage a thumbnail cache to supply those images, you could restrict the maximum memory footprint and reduce the likelihood that you'll keep getting expensive (time-wise) delays trying to generate/draw an image in the browser.


On Jul 30, 2010, at 7:30 AM, Brian Postow wrote:

> I have an IKImageView, and I'm putting CGImages (That I make out of NSImages) onto it. However, a normal 200DPI 8.5/11 page takes like 3 seconds to come up, appearing in rectangles about 2inches (screen) on a side at a time. This is really annoying. Is there a way around this?
>
> Alternatively, is there a way to double buffer the view? To have 2 IKImageViews and draw into one, and then display it?

_______________________________________________

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

References: 
 >IKImageView choppy? (From: Brian Postow <email@hidden>)

  • Prev by Date: Re: Problem with UITableView
  • Next by Date: Re: loading French strings being in English language
  • Previous by thread: IKImageView choppy?
  • Next by thread: Can't get image from cacheDisplayInRect:toBitmapImageRep
  • Index(es):
    • Date
    • Thread