I made a million UITables - with subtitles, images, backgrounds, colors, text styles - you name it. Suddenly, I collapsed on this table, especially on a line that requires a cell image. Here is the code:
Now I get the following message:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString _isResizable]: unrecognized selector sent to instance 0xcacbc'
I know for sure that the operator causing the failure is
cell.imageView.image = ...
call, as soon as I comment on this, everything works fine.
I've never seen in my life
-[__NSCFConstantString _isResizable]:
mistake. I searched for her, but found very few.
Very strange.
Does anyone have any clues?
sirab333
source share