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:
![](https://static.packt-cdn.com/products/9781789341171/graphics/assets/9a8c8860-ae05-4ff8-a43b-a2a0c2c6e594.png)
From Attributes Inspector, specify the Bar Button Item as the Add System Item:
![](https://static.packt-cdn.com/products/9781789341171/graphics/assets/c469deec-2e88-42c6-b85a-aa4c3b533990.png)
For the new screen, choose Navigation Controller and View Controller from the Library tray and add them to Storyboard...