How to create an overlay above a UIButton in iOS?
In my projects there are 6 UIButtons.
For each button I need to have an overlay instruction above that UIButton, means both UIButton and overlay should be visible.
Once a user clicks on the overlay above the UIButton, overlay will remove/hidden and UIButton should be visible.
How can I achieve this?