My CATransition code is working fine, but I need that animation limited in width so how to manage this Animation or how to restrict CATransition to a specific view?

link|improve this question

53% accept rate
feedback

1 Answer

It isn't clear what you're asking.

What are you applying the transition to? What animates, and what do you want to do differently?

If you apply a transition to a view, it will change that view and everything contained in the view. The only way to not animate a subview (if that's what you're asking) is to make it NOT a subview, and promote it to a sibling of the view that you are animating.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.