escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

QTableViewCell imageView size #664

Open nameghino opened 10 years ago

nameghino commented 10 years ago

Hello, I think I found a bug in - (void)layoutSubviewsInsideBounds: in the QTableViewCell class. I'm using images that are bigger than the 44x44 size image view, and find myself with the problem that the cell is sizing the text label according to the image size instead of using the size of the image view.

Can you confirm that it is a bug or is it the way it is intended to work? Thank you!