I am making a card game where the player can touch and drag around 3 UIImageViews, lets say from top to bottom ImageA, ImageB, ImageC. My problem is that the order is always the same, so even when the player passes one card over the other ImageA will be always on top. Is there anyway to randomize which card will be on top of the stack?
Thanks in advance.
p.s. If i knew coding in Cocos2d i would use layers, but i don’t!
Hope this help.