colinta / teacup

This project has been sunset in favor of MotionKit
github.com/motion-kit/motion-kit
Other
602 stars 85 forks source link

Slow tableviewcells #127

Open holgersindbaek opened 11 years ago

holgersindbaek commented 11 years ago

If I use Teacup to style my tableviewcells, then my tableview becomes very choppy.

If I use the code in your example (and not doing much styling to it), then my tableview no longer scrolls smoothly.

Am I the only one experiencing that?

If this is a standard issue and it can't be fixed, then I'm not sure Teacup should be used for styling cells.

zackola commented 11 years ago

As my coworker @paulcarpenterSE pointed out to me yesterday as of .12 style caching is turned off while they work out some memory leak issues. You can go back to .11 and have everything be smooth and a little leaky for the moment.

holgersindbaek commented 11 years ago

As far as I can see, I'm using - teacup (2.0.5) - would that be a problem?

colinta commented 11 years ago

I had some time this morning to get the cache working again, and with the specs passing I think it's good to go! Would you mind checking it out?

In your Gemfile, you can install from git using

gem 'teacup' :git => 'git://github.com/rubymotion/teacup'
michelson commented 10 years ago

Hi @colinta ,

Im using the master branch , but I´m afraid that tables are still slow with teacup styling

regards

colinta commented 10 years ago

Hey guys, a repo that demonstrates this slow performance would go a long way to helping me investigate it. I don't have the time to create a new project that reproduces this issue.