This repository was archived by the owner on May 28, 2024. It is now read-only.

Description
I couldn't find any method/property by which I can add multiple buttons. And there isn't any delegate method or callBack block that will work when any button is clicked.
For example I want to add "hud" only with "OK" button and catch it's click. Or "hud" with "yes", "no" buttons but catch "no" button's click.
How can I solve this problem? Or I need to write some additional codes for my purposes?