iPhone、iPhone-retina 和 iPad 上 UITableViewCell 的默认图标大小是多少?
我编写了在 iOS 上使用 GNOME 主题中的 MimeTypes 图标的库( https://github.com/darvin/UIImage- FileType ),现在我想知道:各种 iOS 设备中 UITableViewCell 中内部图像视图的默认图标大小(以像素为单位)是多少?
I wrote library for using MimeTypes icons from GNOME themes on iOS ( https://github.com/darvin/UIImage-FileType ), and now I'm wondering: what is default icon size for inner image view in UITableViewCell in various iOS devices in pixels?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 this,它是 44x44 点(视网膜屏幕为 88x88 像素) )。
According to this, it's 44x44 points (88x88 pixels with the Retina screen).