To add a new entry to the myJournal iOS application, you're going to add another screen for a user to enter a new entry. After the user fills in the title and content of the new entry, this screen gives such data back to the main table view screen.
Adding a new entry to journal
Designing the user interface for a new entry
You need to add a toolbar button item on the main screen to navigate to the new screen you are about to add. Drag a Bar Button Item from the Library tray and drop it into the right side of the main screen toolbar:
From Attributes Inspector, specify the Bar Button Item as the Add System Item:
For the new screen, choose Navigation Controller and View Controller from the Library tray and add them to Storyboard...