1

Hi I'm making an app. with some (in part) overlapping buttons, & I want that when I push one of them, it comes up above every other buttons to show itself, but not hiding the others... sorry ab my english, i can't explain it better... Thank you!

Oscar
  • 1,899
  • 1
  • 22
  • 32

1 Answers1

2

Use -[UIView bringSubviewToFront:]

More info: bringSubviewToFront problem?

Community
  • 1
  • 1
Ruben Marin
  • 1,639
  • 14
  • 24