且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从故事板返回自定义单元格高度?

更新时间:2022-12-28 18:34:14

如果它是一个静态单元格,你应该能够使用超类的实现来获得它:

If it's a static cell, you should be able to get that using the super class' implementation:

return [super tableView:tableView heightForRowAtIndexPath:indexPath];