0

我正在尝试创建一个 iOS 应用程序,并且我想制作一个“基于标签的应用程序”。在其中一个选项卡中,我需要插入一个照片库(我已经使用 ViewController 创建了一个)。是否可以将 ViewController 合并到选项卡项之一中?我希望你能理解我,我不是专业程序员,英语不是我的母语。

4

2 回答 2

0

If you've already created your view controller with the photo gallery, all you need to do is select the controller, go to the Editor menu, and choose "Embed In", then "Tab Bar Controller".

于 2012-12-29T22:14:55.510 回答
0

在这里,您可以看到选项卡式应用程序的分步教程。另外我强烈推荐观看“为 iOS 开发”斯坦福课程,他们也有标签式应用程序的详细示例。

于 2012-12-29T22:02:32.067 回答