I have created a custom table cell in interface builder that I am using. I have two problems with it.
The first one - I am using grouped table View and the corners of the cell are not rounded.
Second in that table cell I have a label on the bottom. I want to resize the whole cell and the label if there is too much text to fit. Text is loaded from an NSArray. But I don't know how the resize the cell and the label so that the text can fit.
This is how the cell looks like:
----------------------
|.........| some text
|image|
|.........| other text
resizable text
-----------------------
The first one - I am using grouped table View and the corners of the cell are not rounded.
Second in that table cell I have a label on the bottom. I want to resize the whole cell and the label if there is too much text to fit. Text is loaded from an NSArray. But I don't know how the resize the cell and the label so that the text can fit.
This is how the cell looks like:
----------------------
|.........| some text
|image|
|.........| other text
resizable text
-----------------------