Xcode – SwiftUI can't use navigationBarTitle modifier (deprecated) in iOS 13 versions, but can in iOS 14
I lowered my minimum deployment target from iOS 14.0 to iOS 13.0. I then got this error: 'navigationBarTitle(_:displayMode:)' is only available in iOS 14.0 or newer But, the documentation says it's available from iOS 13.0-14.2, and previous SO answers posted…