What is the default height of UITableViewCell?

前端 未结 8 1423
猫巷女王i
猫巷女王i 2020-12-12 12:21

I thought this information would have been easier to find :-)

What is the default height of a UITableViewCell? It looks like 44 pixels, but I\'d prefer to be sure.

8条回答
  •  一生所求
    2020-12-12 12:36

    That sounds about right. But to be sure you could load up Interface builder, put in a UITableViewCell into the project then check the size properties in the Inspector window. I do not have my MacBook with me right now so I cannot check. But if you don't get a better answer from someone, that is how you can check for yourself.

提交回复
热议问题