I am getting problem with the long text in my table view. I want to wrap the text in the table cell without creating a custom cell.
I also try to set the numberOfLines to set the limitation of cell text but its not working, after that I try to set the cell height to extend using method heightForRowAtIndexPath: then cell height will extend but the text is not wrapped.
Please help me how can I wrap text in table cell without creating custom cell?
thank you.
Can you answer this question?
Answer
0 Answers