Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mraheel

macrumors regular
Original poster
Apr 18, 2009
136
0
Hi guys,

I was wondering if there was anyway to speed up normal native animation.

For example, speeding up "pushViewController:" (Move to another View Controller). and "presentModalView" animation.

Basically, i'd want to speed up only those two specifically and perhaps others like deselectrowatIndexPath:animated:.

thanks
 
I'm not aware of any way to directly affect the speed of those animations. However, they are simple animations of the center of a view. It might be possible to replace them with your own similar animations and you could adjust the speed of movement of your own animations.

To slide a view in from the right side you create the view with its center just off the screen to the right. Then you move the center to the proper place on screen.

Having said that there are probably some tricky bits that you'll discover as you play with this.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.