0

I try to display a text in the detailTextLabel of the tableView in my today extension. The code seems to be correct, but I don't know why it's not displayed in the cell.

I set the text like in the normal tableView in the iOS app ( cell.detailTextLabel?.text = "Test")`, but don't know why it's not working. Hope you can help me.

Hemi81
  • 578
  • 2
  • 15
  • 34

1 Answers1

0

Set Attributes Inspector -> Style to Right Detail for example to fix this problem

enter image description here

Alexey Pichukov
  • 3,377
  • 2
  • 19
  • 22