I've recently begun learning Swift and attempting to wrap my head around IOS app development. I'm on day 2 of actually creating apps and have been putting together a simple game of rock paper scissors just to test my knowledge so far.
The problem is that I would like to be able to have the user drag their selection (of either rock, paper, or scissors) to the "play area" rather than just tapping on a choice.
Can anyone explain how this can be achieved in somewhat simple terms?