How to show secondaryText next to text in UIListConfiguration.valueCell()?

501 Views Asked by At

I am using UIListConfiguration.valueCell() for displaying two textual information in a single UITableViewCell. The secondaryText label is getting aligned to the trailing end of cell and is not nearby the text label. How to make the secondaryText label align to the trailing end of the text label ?

1

There are 1 best solutions below

2
Kristof Van Landschoot On