Small application for iOS which allows to generate random numbers
- 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
After checking out make sure to run pod install to install used Cocoa Pods
Only small or unit tests are implemented
- 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
- Application icon is to be designed
- Test cases are to be extended
- Implemenation of generator for random numbers is to be improved