apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.35k stars 160 forks source link

Support for disabling keyboard show/hide handling in ASTableView #214

Closed diegostamigni closed 3 years ago

diegostamigni commented 3 years ago

I recently stumbled upon the need to disable keyboard handling in ASTableView due to the new better handling of keyboard appearance in SwiftUI >= 2. This PR adds a view modifier to ASTableView to do achieve that.

Not sure whether is worth having the same logic applied to ASCollectionView too.

apptekstudios commented 3 years ago

Thanks for this, good addition to make :)