darvin
darvin

Reputation: 559

What is default icon size in UITableViewCell on iPhone, iPhone-retina and iPad?

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?

Upvotes: 1

Views: 4379

Answers (1)

ZunTzu
ZunTzu

Reputation: 7772

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

Upvotes: 3

Related Questions