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
It's quite unintuitive (and undocumented) that by doing: segmentedControl.selectedSegmentIndex = 0
nothing happens in the UI (actually something happens but it's quite glitchy) and the way it works is by doing segmentedControl.setSelectedSegmentIndex(0, animated: true)
Is this on purpose?
The text was updated successfully, but these errors were encountered:
I thought maybe it was on purpose that's why I made that comment 🙈. So if you do segmentedControl.selectedSegmentIndex = 0 the selectedSegmentedIndex gets changed but it's not shown on the UI (UI doesn't change accordingly)
It's quite unintuitive (and undocumented) that by doing:
segmentedControl.selectedSegmentIndex = 0
nothing happens in the UI (actually something happens but it's quite glitchy) and the way it works is by doing
segmentedControl.setSelectedSegmentIndex(0, animated: true)
Is this on purpose?
The text was updated successfully, but these errors were encountered: