I have to fit strings within a table. The strings are of different lengths. The cell of the table should be sized according to string length.
I am using sizeWithFont:constrainedToSize:
.
But I could not use it properly. Can any one please suggest a solution?