Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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