Skip to content

Udacity iOS Developers Nanodegree -- Geo Quiz app

Notifications You must be signed in to change notification settings

coreybain/Geo-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Udacity iOS Developers Nanodegree -- Geo Quiz app

Build Status Twitter Facebook Website

Geo Quiz Introduciton

This is the Geo Quiz app in the Udacity iOS Developer Nanodegree. Being the first app in the course it is fairly basic playing a recorded message in a certain language then displaying flags to the user so they can guess the correct language.

Technologies Used

  • AVSpeechSynthesizer -- Used to synthesize the voice for multi language recordings
  • AVFoundation -- Used to play the synthesized voice to the user
  • Tableviews -- Used to display the flags that the user gets to choose from
  • MVC design -- Keep code simple ;)

Installation

Set for a minimum deployment target of iOS 9.

Download

Download the source from the repo and run the app in xcode, all frameworks used are standard to iOS so xcode will build correctly

Features

Version 1

  • creating a recording based on language and text
  • play recording using AVFoundation
  • allow user to guess using Tableviews and flags
  • show an alert if the user is right or wrong

License

Geo Quiz is released under the MIT license. See LICENSE for details.

About

Udacity iOS Developers Nanodegree -- Geo Quiz app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages