GocePetrovski / ScrollableSegmentedControl

Scrollable Segmented Control for when UISegmentedControl is not sufficient
MIT License
245 stars 74 forks source link

How to remove all segment items? #14

Closed ibankstory closed 6 years ago

ibankstory commented 6 years ago

I want to remove all segment items before change to new items

binnilal commented 6 years ago

Is there any methods to remove all segments?

GocePetrovski commented 6 years ago

No, there is no one method to remove all segments simply because it is trivial to write a for loop in order to achieve this.

Closing, since this is not an issue but more of feature request.