Open Issues Need Help
View All on GitHubAI 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