为什么内容查看高度低于UITableViewCell高度

为什么内容查看高度低于UITableViewCell高度

本文介绍了为什么内容查看高度低于UITableViewCell高度?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我选择了UITableViewCell并创建了xib文件。

I select UITableViewCell with also create xib file.

当我用xib创建自定义tableViewCell时,我看到contentView高度比tableViewCell高度低0.5个点。

When I create custom tableViewCell with xib, I see contentView height is 0,5 point less than tableViewCell height.

如何使contentView高度与单元格高度相同?

How do I make the contentView height same to cell height?

推荐答案

我认为0.5是考虑在uitableview中自动应用于单元格的分隔符。

I believe the 0.5 is to account for the separator automatically applied to cell in a uitableview.

这篇关于为什么内容查看高度低于UITableViewCell高度?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 05:36