iOS App Development Tutorial Section
Create a trivia game for iOS using Swift
Do you want to create a Trivia iPhone game by yourself? Then this course is for you.
In this course you will learn how to program a Trivia Game for iPhone using the latest iOS kit and the Swift programming language.
This app development tutorial lectures take you from the very beginning, just like if you knew nothing about programming and take you all the way to build a working trivia game for iPhone.
You will be show every single steps and you have access to the final source code so you have all you need to succeed.
We will go through creating the project, designing the user interface, connecting the interface to the code, learn how to read questions and answers using json technology, learn how to play sounds, learn how to save and retrieve the player score and much more, all using the trendy language named Swift.
This is a great opportunity to get to create a classic trivia game for iPhone while learning fundamental skills.
Join the course now and have fun!
This is page 1 of 2
1. Intro to iPhone Trivia game using swift
2. Create the trivia game project
In this video lecture, we will create the trivia game in Xcode using Swift.
3. Add image files to the trivia game
Let's now add the image files to the trivia game Xcode project.
4. Modifying default project settings
In this video, we will go over the different default app settings.
5. Creating Trivia User Interface - part 1
In this video, we will create the trivia user interface.
6. Creating Trivia User Interface - part 2
This is the second part of creating the user interface for the trivia game.
7. UIlabels and UIButtons outlets
This video lecture will show you how to connect the interface to the UIlabels and UIButtons outlets.
8. LoadScore and SaveScore methods
Let's now program the loadScore and the SaveScore methods for our iPhone trivia game.
9. Adding the content json file
We will now be adding the content json file to the Xcode Swift project.
10. Load data from json file
Let's load the data from the json file using Swift.
11. Debug console println and swift
We now need to verify that the json file data has been retrieved using the debug console println and swift.
12. Display random question with answers
In this lecture, we'll learn to display a random question with answers for the swift trivia game in the debug console.