Introduction
In this article I explain how to add a storyboard for reducing the amout of coding required for iPhone.
Step 1
Select any Objective-c class and right-click on it.
Choose New File.
Step 2
Now select user interface Storyboard and click on Next.
Step 3
Now select the device family and click on Next.
Step 4
Now save it in the project and click on create:
Step 5
Now the Storyboard is added in Xcode.