As can be seen from the screenshot, If the textLabel is long, it leaves no room for the detailTextLabel. I tried assigning the constraints appropriately in the cell setup method. It still didn't. How can I solve this problem? Do not suggest giving 0 numberOfLines, doing it will break the constraints and change the location of the cell.
As can be seen from the screenshot, If the textLabel is long, it leaves no room for the detailTextLabel. I tried assigning the constraints appropriately in the cell setup method. It still didn't. How can I solve this problem? Do not suggest giving 0 numberOfLines, doing it will break the constraints and change the location of the cell.