How to make tile turnaround animation for iPhone app
I am making a memory type game on iPhone, I would like to know what would be the best way to make an animation of tile turning arou开发者_如何学JAVAnd to reveal what is on the other side.
So user would tap a tile and animation would start turning the tile around.
Thanx for suggestions Ladislav
I would use UIViewAnimationTransitionFlipFromRight it sounds perfect
精彩评论