Most social network apps using UITableViewCell
I've observed have a minimum of 3 rows in each section. The rows come in different sizes, with usually the first row containing the users details and the time they've posted the content. The second row contains the content posted with an image or text, and the last row contain further options such as the like button, follow button, share button, etc.
What is the best way to create such a cell?