如果有人帮助实现HMGLTransition效果,我将不胜感激
这是我的代码:
[[HMGLTransitionManager sharedTransitionManager] setTransition:transition];
Book2 *bookView = [[[Book2 alloc] init] autorelease];
[[HMGLTransitionManager sharedTransitionManager] presentModalViewController:bookView onViewController:self];
[bookView release];
我需要使用FlipTransition转到另一个视图,但我的应用程序将被冻结!
这是api PRIVATE还是PUBLIC?
答案 0 :(得分:0)
HMGLTransitionManager
是第三方图书馆。它使用OpenGL来渲染其动画。
对于简单的翻转动画,最好使用标准的苹果东西。尝试使用modal's view flip。