gpt4 book ai didi

ios - 推文单元格 swift 上的操作按钮

转载 作者:行者123 更新时间:2023-11-29 01:37:55 26 4
gpt4 key购买 nike

我正在使用 twitter fabric 并且有一个表格 View 填充了“tweetsWithJSONArray”。

我正在尝试将 showAction bool 值添加到我的 tableview func cellForRowAtIndexPath 方法中的推文单元格中,如下所示:

let tweet = tweets[indexPath.row]       
let cell = feedTableView.dequeueReusableCellWithIdentifier(tweetTableReuseIdentifier, forIndexPath: indexPath) as! TWTRTweetTableViewCell
cell.configureWithTweet(tweet)
self.feedTableView.allowsSelection = true
cell.tweetView.delegate = self
cell.tweetView.showActionButtons = true

但我得到的错误是 TWTRTweetView 没有名为 showActionButtons 的成员。我对此感到有点困惑,因为结构文档上的示例如下所示:

let tweetView = TWTRTweetView(tweet: newlyLoadedTweet)
tweetView.showActionButtons = true
self.addSubview(tweetView)

链接:

https://docs.fabric.io/ios/twitter/show-tweets.html

我意识到我做的有点不同,但我仍然不确定如何在我的案例中以正确的方式应用 showActionBoolean。我的 tableview 有一个附加的段控件,只有当最后一个段被选中时,我才会用 tweetsWithJsonArray 填充我的表,这就是为什么我不能按原样从文档中获取示例的原因。

最佳答案

我遇到了同样的问题,在检查了 SDK 文档后,我只是发现将“showTweetActions”设置为 true 是可行的,而不是使用 Fabric 样本来做(它给了我一个关于“newlyLoadedTweet”的错误)

//swift

showTweetActions = true

希望这能有所帮助;)

关于ios - 推文单元格 swift 上的操作按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32759069/

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