I can't seem to select multiple segments in the storyboard
Sweeper777 opened this issue · 1 comments
Sweeper777 commented
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?
yonat commented
I'm afraid that's not possible, since an NSIndexSet
cannot be IBInspectable
.