gpt4 book ai didi

swift - 引脚注释上标注按钮的文本

转载 作者:行者123 更新时间:2023-11-30 10:05:10 27 4
gpt4 key购买 nike

map View 中的标注按钮上是否可以使用文本而不是图像?

有这样的事吗?

let leftCalloutButton = UIButton(type: .Custom)
leftCalloutButton.text = "jobs" // this line doesn't compile
pinView!.leftCalloutAccessoryView = leftCalloutButton

我尝试了一些 setTitle 的实现,但没有成功。有什么建议吗?

最佳答案

UIButton有自己的方法来设置标题:

leftCalloutButton.setTitle("myTitle", forState: UIControlState.Normal)

关于swift - 引脚注释上标注按钮的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36366655/

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