/TestingGDC

Testing GCD with Fibonacci

Primary LanguageObjective-C

TestingGDC

Testing GCD with Fibonacci

Created for a Job Interview

The tasks were:

Create an App that has

  • A UIButton
  • A UITextField
  • A UILabel
  • The button should run an algorithm
  • The text field should allow to write data (numbers)
  • The label should show the result
  • The App should have a unit test to test the algorithm
  • The algorithm should run in background and should allow to make partial updates to the label while the result is being calculated.