mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
373 stars 57 forks source link

Fixes flatMap warnings (tested using xcode 12.1) #39

Closed mikedinicola closed 3 years ago

mikedinicola commented 3 years ago

flatMap was deprecated in Swift 4.1, but we are checking for >=4.2. Fixing this silenced my warning.

mikedinicola commented 3 years ago

Confirmed to still be present in Xcode 12.2