Apple Interview Question

Asked to implement functions to recognize gestures. The difference between a circular motion and a swipe.

Interview Answer

Anonymous

Jul 12, 2016

Drew out the geometry of a circle and how a user might use the gesture. Wrote corner cases for which one could look like the other.