Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete - Mapkit search #2

Closed
kimhyeri opened this issue Aug 3, 2019 · 2 comments
Closed

Autocomplete - Mapkit search #2

kimhyeri opened this issue Aug 3, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@kimhyeri
Copy link
Owner

kimhyeri commented Aug 3, 2019

MKLocalSearchCompleter

MKLocalSearch
MKPlacemark

@kimhyeri kimhyeri added the enhancement New feature or request label Aug 3, 2019
@kimhyeri
Copy link
Owner Author

kimhyeri commented Aug 3, 2019

MKLocalSearchCompleter를 활용해서 searchBar의 text를 queryFragment로 전달한다.
전달한 결과를 tableView cell에 나타내고 cell을 누르면 MKLocalSearchRequest를 호출한다.
선택한 결과에 대한 coordinate를 가져온다. coordinate는 notificationCenter를 통해 WeatherListViewController로 전달해 날씨 리스트가 업데이트된다.

kimhyeri added a commit that referenced this issue Aug 3, 2019
@kimhyeri
Copy link
Owner Author

kimhyeri commented Aug 3, 2019

Complete 🙆‍♀️

@kimhyeri kimhyeri closed this as completed Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant