ios - Page Slide animation with CATransition -


how can set page slide animation catransition. have uitextview inside uiview. uitextview page. both having 500 in width. effect should as, when swipe left, x value of frame of textview should change 0 -500. can uiview's animation properties. here need , when textview disappear -500 (origin.x) simultaneously textview should appear 500 0 (frame.x). how can it? in advance.

i have found solution myself. used catrasition kcatransitionpush type follows:

animation.type = kcatransitionpush; 

Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -