ARTICLE
Login Screen Using Storyboard in IPhone
In this article I will explain a new way to create a login screen using storyboard.
Introduction
In this article we create a single view application. Here we use storyboard in place of xib. To better understand, follow these steps.
Step 1
Open XCode by double-clicking on it.

Step 2
Create a New XCode Project by clicking on it.

Step 3
Now select Single View Application and click on Next.

Step 4
Now provide your Product Name and Company Identifier then click on Next.
Step 5
Select the location where you want to save your project and click on Create.
Step 6
Now select Story board and perform these steps:

Step 7
Here first we embed navigation controller to log in button:

Here select the log in button and link it to the navigation controller.

Select action modal.


Story board view:

Step 8
Now run the application and see the output.
Output
Output 1 in iPhone:

Output 2 in iPhone:

Output 3 in iPhone:
