Setting TableViewCell.detail_text_label
-
Table cell detail labels are read only, and it doesn't seem possible to adjust them the same way we can cell titles (
TableViewCell.text_label.text = "Hah!"
). Am I missing something, or is there really no way to give table cells detail labels (short of diving head first into ObC-land)?
-
https://forum.omz-software.com/topic/941/tableviewcell-detail_text_label/2
the docs probably need update still.
-
I wondered if there was something undocumented like that! I couldn't find the relevant source code to check though, and my forum-search-foo is lacking. Thank you again!