GocePetrovski / ScrollableSegmentedControl

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

Being able to update the title #44

Open mrjosa opened 5 years ago

mrjosa commented 5 years ago

It would be good if there was a setTitle atIndex func, since now you have to remove an existing segment to update it.

keegho commented 4 years ago

Same issue i need to update the title of the segmented control after changing the app language from inside the app and cannot find a solution but to remove the segment and create new segment with new title and it doesn't work every time and so complicated.