I'm new to iOS programming so sorry if this is simple.
I have an image that is 25020px wide and 238px high with 60 frames (https://i.stack.imgur.com/HIJOY.jpg), each frame is 417px wide and 238px high. I want to show the first frame then move to the next frame based on the touch location over the image.
I've been reading around and I think it's possible with UIImageView initiated with a frame CGRect but I'm not sure how to implement this.
Can someone guide me in the right direction please? Thanks.