且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将多个iPhone应用程序合并到一个应用程序中?

更新时间:2023-10-16 11:44:10

我觉得我觉得有点奇怪将两个应用程序合二为一,但如果您的个人应用程序相当合理,那么这应该是微不足道的。找出您将用于在两个应用程序(选项卡或列表视图等)之间切换的UI演示文稿,然后设置导航控制器,添加两个应用程序的主要视图。

It seems a little strange to me to want to combine two applications into one, but if your individual applications are reasonably well factored, this should be trivial. Figure out the UI presentation you're going to use to switch between the two applications (tabs, or a list view, or whatever), then set up a navigation controller, adding the "main" views of the two applications.

然后,您可以为用户提供在两个应用程序之间转换的方法。一块蛋糕。

You then provide a way for the user to transition between the two applications. Piece of cake.