App prototyping with storyboard

We can build quick prototype by using StoryBoard.

After we define the action flow, we can draw the same flow in Xcode via storyboard.

In Xcode, we need to determine what kind of view controllers for each group of views. We have tab view controller, navigation view controller, table view controller and normal view controller.

Here is an example storyboard of a company product listing app.

Prototype storyboard

Here is the Xcode project source files.

⇩ Download Xcode source code.

And the result app demo:

overlaied image when clicked on thumbnail

Makzan | Ios dev scrapbook | Table of Content