Further clarification:
Any construct of the following (tvOS, iOS 17)
var body: some View {
VStack {
Form {
NavigationLink("Show Nothing 01", destination: Text("Nothing").focusable())
}
List {
NavigationLink("Show Nothing 02", destination: Text("Nothing").focusable())
}
}
}
Where the NavigationLink is occupying less than the entire screen, causes the navigation button to get clipped off. Depending on the other container the above is in.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: