yonat / MultiSelectSegmentedControl

UISegmentedControl remake that supports selecting multiple segments, vertical stacking, combining text and images.
MIT License
300 stars 60 forks source link

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

Closed Sweeper777 closed 7 years ago

Sweeper777 commented 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?

yonat commented 7 years ago

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