开发者

MultipleDetailViews - Animate Transition Between Views

Using Apples MultipleDetailViews Example, Has anyone been able to开发者_JAVA百科 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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜