Skip to content

Commit

Permalink
Design:iphone:: #32 Add SearchList
Browse files Browse the repository at this point in the history
- 검색할 때 아래에 리스트가 보여주도록 레이아웃 수정
  • Loading branch information
taek0622 committed Jun 2, 2023
1 parent 46ef8e6 commit ca97dfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Nav/View/MapView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ struct MapView: View {
}
}
}
List {
Text(searchQueryString)
}
}
}
Expand Down

0 comments on commit ca97dfc

Please sign in to comment.