My goal is to achieve something like this.
There is a background, above the background I added a view with an alpha set to 0.9 and background set to black. The bubbles are UIButtons, and I want to highlight them when they are clicked. But I don't know how to because these buttons' alpha is 1. Only their parent view's alpha is modified to 0.9.
Thank you for you help!