What is the default height of UITableViewCell?

前端 未结 8 1422
猫巷女王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

    It's 44 pixels. Definitely. I'll never forget that number.

    44px is also the default height for UIToolbar and UINavigationBar. (Both switch to 32px when autorotated to landscape orientation.)

提交回复
热议问题