gpt4 book ai didi

ios - TWTRTweetTableViewCell 无法检测链接 - Fabric TwitterKit

转载 作者:行者123 更新时间:2023-11-30 13:06:23 28 4
gpt4 key购买 nike

我制作了自己的 UITableViewController,并尝试让我的 TWTRTweetTableViewCell 对象来检测链接。我有一个 TWTRTweet 对象数组,用于生成 TableView 单元格。这工作正常,但单元格无法检测 URL 链接。

var statuses: [TWTRTweet]!

func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
let status = statuses[indexPath.row]

let tweetViewCell = tableView.dequeueReusableCellWithIdentifier("TwitterCell", forIndexPath: indexPath) as! TWTRTweetTableViewCell

tweetViewCell.configureWithTweet(status)

return tweetViewCell
}

我什至尝试将链接颜色设置为红色,但无济于事。

TWTRTweetView.appearance().linkTextColor = UIColor.redColor()

最佳答案

在 TableView 单元格内使用 UITextview 并在 Storyboard中设置 textview 属性,如下所示:- 可编辑:否,可选择:是,检测:选择此部分下的所有属性..

关于ios - TWTRTweetTableViewCell 无法检测链接 - Fabric TwitterKit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39309702/

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