On UITableViewCell there is default imageview where we can set image on Cell. Now i want to resize or reframe the default imageview of UITableCell. I have used following code but there is no effects. I know it is possible if we use custom imageView. but i want to do for default imageview of cell.
[cell.imageView setFrame:CGRectMake(10, 10, 45, 45)];