At this time, there’s not a post-creation set method for the segmented control. However, if you’re creating the segmented control in a Storyboard scene and not clearing out that scene entirely (i.e, if you want to quickly go back to it), then the segmented control should remain set to what you had it. But, if you’re creating a new scene and want a new segmented control set to some default, how about just passing a variable to the scene and use that value to set “defaultSegment” during creation of the segmented control?
At this time, there’s not a post-creation set method for the segmented control. However, if you’re creating the segmented control in a Storyboard scene and not clearing out that scene entirely (i.e, if you want to quickly go back to it), then the segmented control should remain set to what you had it. But, if you’re creating a new scene and want a new segmented control set to some default, how about just passing a variable to the scene and use that value to set “defaultSegment” during creation of the segmented control?