views:

18

answers:

1

So what i want to do is when any given UIView is touched, and moved around the window, to bring that to the front and be on top of all other layers. is there a way to do this programatically?

A: 

You can move a subview to the top of all subviews by using bringSubviewToFront:

taskinoor
awesome thanks for the quick response
Joe