Hello
I have the following issues when implementing a custom cell for my table view.
Problem 1:
My custom cell is called MyCell. It inherits from NSCell. I have set the cell
in the table view to MyCell in IB.
I have implemented the following method to draw MyCell
- (void)drawInteriorWithFrame:
I am having trouble creating and using a custom table view cell.
I added a new cocoa obj-c file MyCell. The MyCell class derives from NSCell and
does its own drawing (drawInteriorWithFrame:inView:).
I get the following error message at run time.
---
Error invoking selector openAccountWindow on