The problem is I want to check a solution which requires a variable declared in a class. But if I do it I should mark the whole class as @available(iOS 11.0, *)
which causes a lot of changes in many other places.
So is it possible to disable it fully in one place at best? Or disable it temporarily (just to test new features without of significant changes and without changes of the minimum iOS version) at worst?