Skip to content

Commit 1997370

Browse files
Update ios-location-search/ios-location-search/ContentView.swift
Co-authored-by: emilygamedeveloper <[email protected]>
1 parent e89a75a commit 1997370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios-location-search/ios-location-search/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct ContentView: View {
4545
VStack {
4646
// Search component handles autocomplete and result selection
4747
SearchScreen(onSuggestionSelected: handleSuggestionSelection)
48-
Spacer() // Push search to top of screen
48+
Spacer() // Pushes search UI to top of screen
4949
}
5050
.padding(.top, 50) // Add padding to avoid status bar overlap
5151
}

0 commit comments

Comments
 (0)