Is there any such method or solution to auto adjust row height of tableview depending on content.I mean that I don’t want to specify row height and want row height according to content of the row.If there is no such method then tell me the solution that how can I change height when the orientation of the device changes ?
Share
You will have to find the the height of the your content and can use it
On orientation change just reload your table view thats it;