Xcode Tabbed Application - Adding New Tab view

前端 未结 7 556
南笙
南笙 2020-12-04 20:01

I\'m working with Xcode 4.2. I started to work with Tabbed Application and now I want to add 3rd and 4th Tabbed to story board on my application. How Can I add it? I try to

7条回答
  •  死守一世寂寞
    2020-12-04 20:17

    For those who are visual learners:

    Create a new Tabbed Application project

    Which will give you a storyboard like this:

    Add new View Controller

    Add Tab Bar Item

    Connect to Tab View Controller

    Control-drag from the Tab View Controller to the new View Controller to get the menu.

    That's it. Watch the following video for more details.

    • Tab bar for Xcode Swift for iOS

提交回复
热议问题