What is the default height of UITableViewCell?

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

    In Swift 4 and Swift 5 simply use:

    UITableView.automaticDimension
    

    Using 44px won't suffice because it will vary with different screen pixel densities.

提交回复
热议问题