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
I have a card with a few UIButtons which act as radio buttons. When one of these radio buttons is selected I'd like to change cards which are set to be presented.
For example. If I have card A loaded with the radio buttons, and I selected button 1, I'd like to load card B, and C. However if I choose button 2, I'd like to load card C, and D.
I have tried adding and removing objects from my card array, and then reloading the cards with
I have a card with a few UIButtons which act as radio buttons. When one of these radio buttons is selected I'd like to change cards which are set to be presented.
For example. If I have card A loaded with the radio buttons, and I selected button 1, I'd like to load card B, and C. However if I choose button 2, I'd like to load card C, and D.
I have tried adding and removing objects from my card array, and then reloading the cards with
After calling that the new cards will load, but card A doesn't show, even though it is still in the array.
The text was updated successfully, but these errors were encountered: