Last active
January 4, 2022 05:54
-
-
Save theoknock/4d24c3c87848fcd7a9ba70c6340f72f3 to your computer and use it in GitHub Desktop.
Button group (aka radio buttons). Creates an array of reusable UIButton objects, which, in this case, are retrievable by an enumerated property that corresponds to the index in the array. This allows each button to access the entire group of buttons, even in their respective event handlers (so, for example, if one button is selected, it could de…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment