I am using customCell
in UITableView
my cell has diffrent UILabel
in customCell
I want to change the size of the labels according the text to be displayed so that no text truncates and the positions of the labels below the label which size has changed so that no label overlap each other.
Thanks..