I am developing an application that uses CATransition to improve the transition effects between different subviews on a view controller. The transitions work very well when I am testing them on my iPod Touch 4G, there is no visible sign of any issues. However, when I test this on my iPod Touch 2G, there is significant lag when changing subviews using CATransition. However, to my knowledge this lag has never caused a crash.
I'm wondering if there's any way to fix this lag for older devices. I have looked around on multiple websites, and it seems that not one has mentioned this problem on older devices. Is there anything I can do with the code to try and fix this?
Thanks!