I get a NSInvalidArgumentException on execution time off my custom cell.
The debugger error log:
2014-12-25 21:39:11.397 Codebuddies[24159:11353215] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIImageView _isResizable]: unrecognized selector sent to instance 0x7fa5f580b6a0'
`
The related swift code block:
let cell = tableView.dequeueReusableCellWithIdentifier("Cell", forIndexPath: indexPath) as FeedTableViewCell
What I've already checked:
Thanks for help!
Thanks to @MichaelDautermann I was able to fix my problem.
I had deprecated 'Referencing objects' in my inspector view. I removed them and it now works as wished.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With