简体   繁体   中英

how to swap images using Cocoa Touch

I am trying to build 15-puzzle game.

Here I need to swap a blank image with a clicked on image. I would like to know how to swap these images.

I have stored the co-ordinates of the two images,but don't know the format to identify the blank image and then set its origin to clicked image.

Present each tile as a CALayer. To swap two tiles, set each layer's position to the other's position.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM