如何让图片和文字之间的距离更近?在 ios 6 中同样的代码正常显示,但在新版本中距离增加了。
我用标准方法做所有事情
[cell.textLabel setText: .....
// cell.indentationLevel = 0; // this is for test
UIImage * img = [UIImage imageNamed: @ "image10.png"];
NSData * imageData = UIImagePNGRepresentation (img);
cell.imageView.image = [UIImage imageWithData: imageData];