I would like to set up margins or paddings for UITableView cells imageView, how could I do that? With heightForRowAtIndexPath I can only set rows height. And it
heightForRowAtIndexPath
updated for swift3
cell?.imageView?.transform = CGAffineTransform(scaleX: 0.6, y: 0.6)