Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ch06 -TableViewPerformance - drawInRect method slows down scrolling #18

Open
blondyn opened this issue Aug 6, 2013 · 0 comments
Open

Comments

@blondyn
Copy link

blondyn commented Aug 6, 2013

In CustomDrawnCell.m method
[_thumbnail drawInRect:CGRectMake(12, 4, 35, 35)];

slows down scrolling drastically(debugged with CoreAnimation instrument). Framerate can drop to 8fps

Is that because of iOS6.png image is too big? Or custom drawing with CG is not so fast anymore?

Tested both on 4S and 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant