toashd / AnimatedSegmentSwitch

Configurable multi-segment switch control written in Swift
MIT License
68 stars 14 forks source link

Swift 4.2 update #12

Closed rednebmas closed 4 years ago

rednebmas commented 6 years ago

Is there anything else that needs to be done in respect to updating the cocoapods repo with the new version number?

siideffect commented 4 years ago

Thanks for keeping the code updated @rednebmas ! However, when selecting the items, the switch doesnt work properly and stays on the first item. The selectedIndex property updates, but the pressed item is always the first one. Have you noticed the issue?

rednebmas commented 4 years ago

@siideffect sadly due to iOS 13 breaking even more things in AnimatedSegmentedSwitch I've decided to abandon it and use the built-in segmented control iOS.

siideffect commented 4 years ago

Thanks for your response, i ve abandoned this library too and switched to another one. Happy coding!