gpt4 book ai didi

ios - 使用 swift 在文本标签中的文本之间嵌入一个图标

转载 作者:行者123 更新时间:2023-11-29 01:59:06 25 4
gpt4 key购买 nike

我可以使用下面的代码将文本嵌入到如下所示的标签中。如何将另一个名为 LocationTo 的字符串添加到箭头右侧?

var place = self.places[indexPath.row] as Place
var attachment = NSTextAttachment()
attachment.image = UIImage(named: "Right-50.png")
var attachmentString = NSAttributedString(attachment: attachment)
var arrowIcon = NSMutableAttributedString(string: place.Location)
arrowIcon.appendAttributedString(attachmentString)
cell.textLabel!.attributedText = arrowIcon

enter image description here

最佳答案

按照你的方式,你只需要附加属性字符串

    arrowIcon.appendAttributedString(anotherString)

关于ios - 使用 swift 在文本标签中的文本之间嵌入一个图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30552798/

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