I currently use a left and right arrow to switch between images, but would like to add functionality so that the user can swipe in the direction to change the image.
How does the device detect a left swipe or right swipe and use that as an IBAction or similar to the button triggering execution?
Is there a build in method or does it need to be coded from scratch?
Thanks