Open Issues Need Help
View All on GitHub UITableViewController, UITableView에서 Toast-Swift 사용 시 스크롤 되었을 때 Toast 메시지가 안 보이는 현상 about 2 months ago
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