转载自:http://my.oschina.net/ioslighter/blog/390880
一个已经适配了iPhone6/iPhone6Plus的项目,StoryBoard/Xib中的设计视图宽度是320,在tableView:cellForRowAtIndexPath:里打印cell.size,会发现size.width在iPhone6下是320
代码是:
NSLog(@"cell size is %@", NSStringFromCGSize(cell.contentView[......]