Is it possible to create a custom UITableViewCell that resizes depending on the length of the text that I want to put into? If possible, how do I do this?
Is it possible to create a custom UITableViewCell that resizes depending on the length
Share
@EquinoX yes it is possible through
heightForRowAtIndexPathdelegate….Please have a look on this and Dynamic Height UITableViewCell they have same thing you are asking.Good Luck!