I want to put a UIImage in the left side of each row in a UITableView. This is pretty standard, and is supported directly by UIKit. But putting in a (large) image causes all kinds of wonkiness, so presumably I'm supposed to scale the thing correctly myself. But none of the docs give a default size for this image using the standard out of the box views-- I'm surprised.
Others on SO indicate that 44 is the default height of a row (http://stackoverflow.com/questions/594852/what-is-the-default-height-of-uitableviewcell) Is 44x44 the "default" image size?
Thanks!