tags:

views:

5

answers:

0

Hi,

I have a strange issues with layering of the UIImageViews in my game. I have many UIImageViews which get added into the game while user is playing the game. But while game is in progress I need to modify the layering of the UIImageview in order to sort out depth issue.

I have tried using insert subview method to change the layering of the UIImageView object but no luck.

Is there any other way to sort out layering issue in UIImageview.

Many thanks