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'm using THSegmentedControl inside a tableviewcell. When a button is pressed in another cell, I reload the tableview and want to deselect or select all of the segments. When I try to call setSelectedIndexes with:
I'm using THSegmentedControl inside a tableviewcell. When a button is pressed in another cell, I reload the tableview and want to deselect or select all of the segments. When I try to call
setSelectedIndexes
with:[_scheduleCell.segmentedControl setSelectedIndexes:[[NSOrderedSet alloc] initWithArray:@[]]];
nothing happens.
The text was updated successfully, but these errors were encountered: