How to use focus state only for iOS 15 version on an iOS 14 app? – Ios swift
I have a SwiftUI app that is targeting iOS 14 as well. I want to use the focus state only for the iOS 15 version. I don't mind much about the iOS 14 version. As focusState is only available for…