uiButton should always be as top view in iPhone
Posted
by suse
on Stack Overflow
See other posts from Stack Overflow
or by suse
Published on 2010-05-24T08:17:19Z
Indexed on
2010/05/24
8:21 UTC
Read the original article
Hit count: 328
hello,
i have a UIView UIImageview UIButton and UISlider added as subview to UIView
example:
[view addsubview:uiImageview_obj]; [view addsubview:uiButtonview_obj]; [view addsubview:uiSliderview_obj];
When i zoom the uiimageview_obj, it covers uislider and uibutton also, hence i cannot use uislider and uibutton when i zoom the image. So please tell me how to make uislider and uibutton to be always on top?
Thank you in advance.
© Stack Overflow or respective owner