david6p2 / TestingGDC

Testing GCD with Fibonacci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Testing GCD with Fibonacci


Languages

Language:Objective-C 100.0%