我尝试在今天的扩展中的tableView的detailTextLabel
中显示文本。该代码似乎是正确的,但是我不知道为什么它没有显示在单元格中。
我在iOS应用程序(
cell.detailTextLabel?.text =“ Test”)`中的普通tableView中设置了文本,但不知道为什么它不起作用。希望您能够帮助我。
最佳答案
例如,将Attributes Inspector -> Style
设置为Right Detail
即可解决此问题。
关于ios - 在TodayExtension的TableViewCell中设置detailTextLabel失败,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33290042/