Open holgersindbaek opened 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.
As far as I can see, I'm using - teacup (2.0.5) - would that be a problem?
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'
Hi @colinta ,
Im using the master branch , but I´m afraid that tables are still slow with teacup styling
regards
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.
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.