Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

File metadata and controls

31 lines (20 loc) · 1.07 KB

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