uias / Tabman

™️ A powerful paging view controller with interactive indicator bars
https://uias.github.io/Tabman
MIT License
2.86k stars 237 forks source link

Add Hashable and Equatable to TMBarButtonInteractionController #518

Closed SuperTango closed 4 years ago

SuperTango commented 4 years ago

PR for issue: https://github.com/uias/Tabman/issues/517

Since this is causing a bug when the TMBarButton.allTargets is called (since TMBarButtonIteractionController isn't Hashable). It's arguable that this may be a UIKit API bug (question posed here: https://developer.apple.com/forums/thread/653574)

msaps commented 4 years ago

@SuperTango nice find! Thanks 🚀