Closed Sweeper777 closed 7 years ago
I dragged a UISegmentedControl to the storyboard and set its class. I tried to select multiple segmented but no matter how hard I try, only one segment is selected. Is it impossible to get the storyboard to show multiple segments being selected?
UISegmentedControl
I'm afraid that's not possible, since an NSIndexSet cannot be IBInspectable.
NSIndexSet
IBInspectable
I dragged a
UISegmentedControl
to the storyboard and set its class. I tried to select multiple segmented but no matter how hard I try, only one segment is selected. Is it impossible to get the storyboard to show multiple segments being selected?