GocePetrovski / ScrollableSegmentedControl

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

Dynamic scroll to selected index not working #54

Open kvikas063 opened 4 years ago

kvikas063 commented 4 years ago

I have added multiple items in the segment. But when I try to scroll to the selected item, it's not happening.

Actually, It is selecting the item but not scrolling to the same item. I have to do it manually which is incorrect.

Please guide me, Thanks