• 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: Stacking views
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stacking views


  • Subject: Re: Stacking views
  • From: Seth Willits <email@hidden>
  • Date: Sat, 16 Feb 2008 11:47:50 -0800

On Feb 15, 2008, at 4:08 AM, Gernot wrote:

Doing it all from scratch
Is it really necessary to do it the hard way? Isn't there anything by
Apple or someone else that lets me stack views, bind them to an
ArrayController, update selections, etc, and animate everything nicely
with CoreAnimation?


I didn't use bindings, but I wrote a "table view" with scrolling, selection, variable row heights, row alternation etc that uses views, and also animates new views and removing views (using NSViewAnimation). The only problem is that animating more than just a couple views gets reeeally slow unless you cache the image of the view and make sure it's drawing that if it has to draw at all (I've yet to use the code, so I didn't get this far). Otherwise, it worked fine.


-- Seth Willits




_______________________________________________

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: 
 >Stacking views (From: Gernot <email@hidden>)

  • Prev by Date: Re: Strategies to prevent class name clashes
  • Next by Date: Force arrayController to remove immediately?
  • Previous by thread: Re: Stacking views
  • Next by thread: Control Design Advice
  • Index(es):
    • Date
    • Thread