I want an animation of push between two sub views, just like ScrollView paging mode.
I know I can use UIScrollView directly, but the logic there is not so same with my program.
Anyway, I can use kCATransitionPush animation, but the bad thing of that is it does fading while pushing.
I really hate that fading, can anyone pls tell me how to remove that fading??
or how to do a UIScrollView-like paging pushing between two sub views?
Thanks very much.