【发布时间】:2012-06-20 09:03:47
【问题描述】:
我知道有两种方法,
[self.navigationController pushViewController:siteViewController Animation:YES];
[self presentModalViewController:anotherViewController animated:YES];
但是,这些方式太无聊了。那么,我该怎么做才能有更多的动画呢?我应该从窗口添加视图?这有什么例子吗?
谢谢
【问题讨论】: