여행 관련 미니 프로젝트입니다.

1 Open Issue Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves fixing a bug in a Swift iOS app where Toast messages displayed from a UITableViewController are not visible when the table is scrolled. The issue stems from using the wrong view context for displaying the Toast. The solution requires changing the `makeToast` call to use the navigation controller's view instead of the table view controller's view.

Complexity: 2/5
good first issue

여행 관련 미니 프로젝트입니다.

Swift