This is a fun application that will fetch an array of size 16 from a web service and check whether a typed number is a sum of two elements or not.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Cocoa Pods (https://guides.cocoapods.org/using/getting-started.html)
sudo gem install cocoapods
Clone the repo by executing the command
git clone https://github.com/viniciusromani/integer-finder.git
Install dependencies with cocoapods
pod install
Unit tests were written for this application using XCode tool. To run tests go to the tests tab and press play button.
- Toast-Swift - Toast lib for Swift
- SkyFloatingLabelTextField - Android similar text field style
- Moya - Networking abstration layer
- SwinjectStoryboard - For dependency injection
- R.swift - Similar to R in Android
- Nimble - For tests