Skip to content

vmagaziy/NumberGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Generator

Small application for iOS which allows to generate random numbers

Environment and Coding Considerations

  • Xcode 8.2 running on OS X 10.12.4 is used as a developer environment
  • Cocoa Pods v1.0.0 gem installed
  • Application is not specifically tailored to iPad specifics and can be run on iOS 9 or higher
  • Code is written using Swift
  • Localization is done using NSLocalizedString

Build Instructions

After checking out make sure to run pod install to install used Cocoa Pods

Test Harness

Only small or unit tests are implemented

Additional Notes

  • Appearance of application may be easily changed by tweaking brand colours
  • Style of carousel for numbers can also be easily changed by using different iCarousel types
  • Number of generated numbers and their range can be changed easily as well

What's next

  • Application icon is to be designed
  • Test cases are to be extended
  • Implemenation of generator for random numbers is to be improved

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published