hi,
Is anybody aware of any serious efforts to provide some sort of shim package that can bring features only available in newer releases back to the original 2019 version?
For example in SwiftUI (2020), LazyVGrid and LazyHGrid were introduced but these could be back deployed if somebody were to put a shim SwiftUI package that provided this functionality as long as we are not using new language features. For example, something like this article Backward Compatibility with SwiftUI - The SwiftUI Lab
I hear folks say that many times what stops them from using SwiftUI is that the need to support current plus two previous iOS version so this year seems to be an option for adoption for some folks.
Thanks!