I have a view and want a particular subview always on top. After adding this subview i am adding and removing a lot of subviews while running my application. So basically I want this subview always on top. will i have to do [myview bringSubviewToFront:mySubview] every time i add a subview ?
is there any function like alwaysontop ?
ch
is there any function like alwaysontop ?
ch