@available(iOS 16.0, *)
struct ContentViewNSV: View { ...
}
The entire struct containing the NavigationStack is built with an annotation for IOS 16. It used to build just fine until XCODE RC.
@available(iOS 16.0, *)
struct ContentViewNSV: View { ...
}
The entire struct containing the NavigationStack is built with an annotation for IOS 16. It used to build just fine until XCODE RC.