jriosdev / iOSDropDown

Drop Down Menu for iOS With Search And Other Awesome Customisation
https://cocoapods.org/pods/iOSDropDown
MIT License
667 stars 150 forks source link

Swift 5.0 Migration #70

Closed svlaev closed 4 years ago

svlaev commented 4 years ago

I've migrated the project to Swift 5.0 There's also a code warning fix: We were constructing NSIndexPath and casting it to IndexPath. That's redundant. We can construct IndexPath directly

svlaev commented 4 years ago

@jriosdev Any feedback is welcome :)

jriosdev commented 4 years ago

Thanks for the change

svlaev commented 4 years ago

@jriosdev your welcome! :)