目前我在 Android 应用程序中工作,在 iphone 应用程序中使用 presentModalViewController 在屏幕上从下到上动画视图,类似地在 Android 应用程序中,如何在 Android 中使用 presentModalViewController 控件?可以添加这个吗?我参考了互联网,但我只有 MVC 模式,所以请帮助我。
提前致谢
在 iPhone 应用程序中使用 presentModalViewController:
bookview *book = [[bookview alloc]init];
UINavigationController *navi = [[UINavigationController alloc] initWithRootViewController:book];
[self presentModalViewController:navi animated:YES];