I have created UITableView
with default cell.imagview
, cell.textLabel
and cell.detailTextLabel.text
.
I want to set cell dynamic according to content. I am able to set it dynamic only for either TextLabel
or detailTextLabel
. But to for both at same time.
Is there any way to do that?