细胞宽度不适合iPad [iOS]

时间:2014-02-23 14:37:37

标签: ios iphone objective-c ipad

self.contentView.frame.width小于iPad中单元格的实际宽度,iPhone也没问题。

这里是自定义单元格的代码

cellContentView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.contentView.frame.size.width, 100)];
cellContentView.backgroundColor = [UIColor whiteColor];
[self.contentView addSubview:cellContentView];

你可以看到我对这张照片的意思

Click here

我该怎么办?

使用:[UIScreen mainScreen] .bounds.size.width

谢谢@santhu

0 个答案:

没有答案