What is the fastest animation on the iPad? There are multiple flipping types, what is the fastest one?
What is the fastest animation on the iPad? There are multiple flipping types, what
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.
It’s not really clear what you mean by fastest. If you want a speedier animation, you can always change the duration with
If you’re talking about performance, on the other hand – It’s really not an issue if you’re managing your network calls etc. on another thread. The UI updating always happens on the primary thread, so all you have to do is detach your network calls and heavy processing.
If the heavy processing is too heavy for multithreading to save you, then you can always look at Core Animation. It’s much lower level, and faster.