Nic Hubbard
Nic Hubbard

Reputation: 42167

TTTableSubtitleItem squishes image and does not clip it?

I am using a TTTableSubtitleItem with UITableViewStyleGrouped. When viewing the tableView, the image that is in the TTTableSubtitleItem gets skewed to fit the image view (rather than just placing image without changing dimensions) and also the image does not get a rounded edge when it is the first item in the section.

alt text

Does anyone know of a way to fix these two issues?

Upvotes: 1

Views: 279

Answers (1)

Nic Hubbard
Nic Hubbard

Reputation: 42167

I needed to subclass TTTableSubtitleItem and draw my own images.

Upvotes: 1

Related Questions