Saturday, 31 August 2013

How can I deselect all other buttons when one button in array is selected?

How can I deselect all other buttons when one button in array is selected?

I've got an array of subclassed UIButton's in a UIScrollView. How can I
deselect all other buttons in the array when I select one of the buttons,
so that only one is ever selected?

No comments:

Post a Comment