Apologies
You must be signed in to watch this lesson.
Build Search Screen
Maps UIKit SwiftUI
Now that we can transition into our search screen, we'll want to build out the entire view. To do this, we'll implement a back Button, TextField, and a vertical Scrollview with an embedded ForEach loop.

Comments (1)
Setwork44
4 years ago
Hey Brian, I'm trying to merge both styles of SwifUI Map but with the same function. So I'm trying to have a single TextField or Text (as per your first SwiftUI example) but have the navigate to the details view and then have a list of buttons that I can click on and it will 1) fill the text field of the parent page, 2) perform search function for that string and 3) dismiss the current page. So basically all I want to do is replace your ForEach with a fixed lists of strings
HELP & SUPPORT