1

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?

darvin
  • 529
  • 5
  • 17
  • I use 40x40 as mentioned here: http://stackoverflow.com/questions/2122167/whats-the-default-size-for-the-uiimage-in-a-uitableviewcell/2122183#2122183 – Christopher Lord Nov 19 '11 at 10:39

1 Answers1

3

According to this, it's 44x44 points (88x88 pixels with the Retina screen).

Community
  • 1
  • 1
ZunTzu
  • 7,244
  • 3
  • 31
  • 39