Skip to content

Simple Swift 4 currency converter with XML parser and Core Data

License

Notifications You must be signed in to change notification settings

borisyurkevich/Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML Currency Parser

Goals

  1. UI screens with new UIViewPropertyAnimator (allows user to control animation).
  2. Currency converter
  3. Currency rates updated every 30 seconds with Timer
  4. Displaying active exchange rate
  5. Ability to set amount to buy and amount to sell

Functions

  1. Download XML data
  2. Parse XML data into Object Structure
  3. Give current rate for provided currency type
  4. Display user balance for provided currency type
  5. Update user balance in persistent way
  6. Separate configuration file for setting URL

Unit Tests

  1. Test currency list, all property should return correct count of currencies.
  2. Test network API
  3. Test currency converter

About

Simple Swift 4 currency converter with XML parser and Core Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages