gpt4 book ai didi

ios - 在 UITableViewController 中显示 Toast 消息并滚动

转载 作者:行者123 更新时间:2023-12-01 19:32:33 24 4
gpt4 key购买 nike

对于 Toast 消息,我在 swift 5、Xcode 11 中使用 Toast-Swift
来自:Toast-Swift

但是我有一个 UITableViewController 的问题,当 TableView 滚动时,消息显示在屏幕外,用户看不到消息。

// basic usage
self.view.makeToast("This is a piece of toast")

感谢您帮助在屏幕上正确显示消息。
问候。

最佳答案

在 table view 的 superview 中显示 toast,而不是在 table view 本身中。如果您使用的是导航 Controller ,这将是:self.navigationController?.view.makeToast("This is a piece of toast")或者你可以直接使用窗口(虽然我不推荐这个):self.view.window?.makeToast("This is a piece of toast")
另外,我强烈建议使用 UIViewcontroller 代替 UItableViewContoller 有这个问题 self.view == self.tableview 并导致这个问题与滚动

关于ios - 在 UITableViewController 中显示 Toast 消息并滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61688473/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com