I want to show some images and text in a UITableView.
But when I add the image to its UITableViewCell it breaks the layout and overlaps with the next Header.
How can I set the size of the cell containing the image, so that the layout doesn't get broken?
I found some ObjC-Code which suggest this can be done by using heightForRowAtIndexPath, but I couldn't find anything MonoTouch specific.