Search code examples
iphoneobjective-canimationuisplitviewcontrollertransition

MultipleDetailViews - Animate Transition Between Views


Using Apples MultipleDetailViews Example, Has anyone been able to animate transitions between the detailView when switching detailViews?

The MultipleDetailViews Example only instantly switches views out of the Box. I need this to be animated, possibly using one of the ModalTransitionStyle.

Thanks


Solution

  • I am not familiar with that example, sorry....

    But I have used these methods

    +[ UIView transitionWithView:duration:options:animations:completion: ]
    +[ UIView transitionFromView:toView:duration:options:completion: ]
    

    to cross-fade between subviews in a view.