You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2024. It is now read-only.
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?