UITableView行
我想知道表视图行宽是多少以及 UITableViewCell 文本标签的字体是什么,有人可以帮助我吗?
I want to know how much is the table view row width and what is the font of a UITableViewCell text label, can someone please help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用“经典”表格视图记录以下内容:
That logs the following with a "classic" tableview:
表视图单元格与其表视图具有相同的宽度。
table view cells have the same width as their table view.