Is there any way to measure scroll performance in an iPhone app, e.g. updates per second? I’m trying various techniques to improve the scrolling performance but it’s sometimes hard to judge if they’re actually having an effect.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you have a scroll delegate, you can implement the method
scrollViewDidScroll:. Specifically:Something like that. It’s untested, so the logging may be incorrect. But to use it, just assign your delegate to the
scrollview.delegateproperty.