SwiftUI Focus specific NavigationLink item in Grid

Below is an example to create a grid filled with colored rectangles in NavigationLink. The goal is to focus on specific NavigationLink item in the grid. Let’s say we want to focus on the orange color navigation item link in the grid. Follow the below code to do the same: With the help of the … Continue reading SwiftUI Focus specific NavigationLink item in GridMore