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.
Does anyone know of a way to fix these two i开发者_JS百科ssues?
I needed to subclass TTTableSubtitleItem and draw my own images.
精彩评论