Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Swift iOS Programming for Kids

You're reading from   Swift iOS Programming for Kids Help your kids build simple and engaging applications with Swift 3.0

Arrow left icon
Product type Paperback
Published in Mar 2017
Publisher Packt
ISBN-13 9781787120747
Length 260 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Steffen D. Sommer Steffen D. Sommer
Author Profile Icon Steffen D. Sommer
Steffen D. Sommer
Jim Campagno Jim Campagno
Author Profile Icon Jim Campagno
Jim Campagno
Arrow right icon
View More author details
Toc

Our final application: Movie Night

The final application we will make is called Movie Night and the idea of the app is to be able to write down one's favorite movies:

Our final application: Movie Night

The interface will have a couple of different elements. First of all, the view will have a title in the top middle. In the upper-right corner, there will be a small button with a plus symbol on it, which will enable the user of the app to add a movie to the list. The main area of the application will contain a list of the added movies. When the user swipes from right to left on a specific item in the list, a button with the Delete label will appear; tapping that button will make the item on the list disappear.

In general, unless one has a strategy for saving data either on the phone or through a web interface, the data will be lost when the user closes the app. This means that all the movies one might have added to the list will disappear the second the user closes the app. To avoid this, we will write some simple code...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime