Obj-C、iOS,如何将基于导航的应用程序转换为基于视图的应用程序?
我发现我需要显示具有动画过渡效果的视图,并且不需要堆叠视图。如何将我的应用程序从基于导航的应用程序转换为基于视图的应用程序?
I've discovered that I need to show views with animation transition effects and don't need to stack views. How do I convert my app to view-based rather from the navigation-based ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你已经知道答案了;-) 一步步重写它。这可能需要大量工作,但没有自动化脚本或其他任何东西可以为您完成这项工作。
如果您的项目不是那么大,您只需创建一个新的基于视图的应用程序模板并插入您的类和接口文件并配置其他任何内容即可使其工作。
I think you know the answer already ;-) rewrite it step by step. It's probably a lot of work, but there is no automated script or anything else which will do the work for you.
If your project is not that large, you can just create a new View Based Application template and insert your classes and interface files and configure anything else to make it work.