标签: iphone button show behind
嗨,我正在制作一款应用。与一些(部分)重叠按钮,&我希望当我推动其中一个时,它会出现在每个其他按钮上方以显示自己,但不会隐藏其他按钮...对不起我的英语,我无法更好地解释它... 谢谢!
答案 0 :(得分:2)
使用-[UIView bringSubviewToFront:]
-[UIView bringSubviewToFront:]
更多信息:bringSubviewToFront problem?