Skip to content

ajayshenoyh/Assignment4-Currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Assignment4 - Currency Convertor Application using Yahoo API

Name: Ajay Hosmar Shenoy
Section: CPSC 411 - 01

Description

Currency Conversion between 160 coutries with features like adding favorite conversion for quick look through the exchange rates. With real-time exchange rates from Yahoo Finance server without delays
File Description:
CurrencyClass.swift - Model file with Class declarations.
PickerViewController.swift - Interface were user selects Home currency and Foreign Currency for conversion and provide results instantly without delay .
FavoriteViewController.swift - Displays all the favorite currency conversions and segues to conversion page with respective picker value corresponding to that conversion.
YQL.swift - Swift code for parsing Yahoo Query Language.

Reference/Source

Conversion image: https://cdn4.iconfinder.com/data/icons/nature-and-ecology-solid-icons-vol-1/48/34-512.png
Alert View in PickerViewController: https://www.ioscreator.com/tutorials/display-an-alert-view-in-ios8-with-swift
Threading for faster execution: https://developer.apple.com/reference/foundation/thread
Array of dictionary and Dictionary manipulations: https://www.dotnetperls.com/array-dictionary-swift
Selecting Picker row programmatically: http://stackoverflow.com/questions/4894705/can-i-programmatically-scroll-to-a-desired-row-in-uipickerview
Table views basics tutorials: https://www.youtube.com/watch?v=fFpMiSsynXM
Currency Symbol generator: http://stackoverflow.com/questions/31999748/get-currency-symbols-from-currency-code-with-swift
CPSC 411 Class materials

About

Currency Convertor Application using Yahoo API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages