ios - How make UiView displayed on top? -


i have 2 uiviewcontrollers. need uiview uibutton , uislider displayed on top. read topics this...but it's not work.

make use of quartzcore zposition = maxfloat

just this:

yourview.layer.zposition = maxfloat 

Comments