I have a table view and two labels inside it. The second label(description label) has Hundreds of line. when I set font size of description label to 21 it\'s working. Why de
@dineshsharma.. Lets try this one and let me know if you are still facing the problem. This is for top label.
And for lower label set this.
And in attribute inspector set lines to 0 for both labels. And please implement height for row at index and estimated height tableview delegates.
Cell height should be dynamic.Have you given cell height dynamically.If you don't know how to give cell height dynamically use scrollview .
You should check the following steps: