We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89a75a commit 1997370Copy full SHA for 1997370
ios-location-search/ios-location-search/ContentView.swift
@@ -45,7 +45,7 @@ struct ContentView: View {
45
VStack {
46
// Search component handles autocomplete and result selection
47
SearchScreen(onSuggestionSelected: handleSuggestionSelection)
48
- Spacer() // Push search to top of screen
+ Spacer() // Pushes search UI to top of screen
49
}
50
.padding(.top, 50) // Add padding to avoid status bar overlap
51
0 commit comments