1/3

iOS Assignment

StoryBoard Basics

Please conduct the following tasks alone. For implementation details you can refer to the lecture slides or the Apple developer website. Please do not hesitate to ask me or the tutor if you have any questions. Under “Tip” you can find some hints for the task. The “Checklist” specifies what should happen when your implementation is correct.

2/3

Tasks

  1. Storyboad App: Plug’n Play
3/3

1. Storyboard App_ Plug’n Play

Create an app with a storyboard. Use the storyboard to combine a UITabBarController, a UIViewController and a UITableViewController to a reasonable view hierarchy for an app of your choice. Play with the different segue parameters (show, show detail, present modally).

Tip

Once you pulled the different view controllers on the storyboard you can link them by holding the CTRL-key. The first arrow indicates the entry point of your app.

Checklist
TabBarController exists
NavigationController exists
TableViewController exists
ViewController exists
All controllers are connected