yonat / MultiSelectSegmentedControl

UISegmentedControl remake that supports selecting multiple segments, vertical stacking, combining text and images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't seem to select multiple segments in the storyboard

Sweeper777 opened this issue · comments

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?

I'm afraid that's not possible, since an NSIndexSet cannot be IBInspectable.