开发者

MultipleDetailViews - Animate Transition Between Views

开发者 https://www.devze.com 2023-03-09 07:35 出处:网络
Using Apples MultipleDetailViews Example, Has anyone been able to开发者_JAVA百科 animate transitions between the detailView when switching detailViews?

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

精彩评论

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