2011-11-25 57 views
0

我將不勝感激,如果有人幫助實現HMGLTransition影響的iOS:HMGLTransition影響

這裏是我的代碼:

[[HMGLTransitionManager sharedTransitionManager] setTransition:transition]; 
     Book2 *bookView = [[[Book2 alloc] init] autorelease]; 
     [[HMGLTransitionManager sharedTransitionManager] presentModalViewController:bookView onViewController:self]; 
     [bookView release]; 

我需要後藤與FlipTransition另一種觀點,但我的應用程序將被凍結!

is this api PRIVATE or PUBLIC?

回答