using a custom nstextfieldcell in an nstextfield

Posted by joels on Stack Overflow See other posts from Stack Overflow or by joels
Published on 2010-03-30T04:01:37Z Indexed on 2010/03/30 4:13 UTC
Read the original article Hit count: 649

I have a custom nstextfieldcell.

I thought I could drag a textfield to a xib and click on it's cell, then change the cell's class to my custom class.That doesn't work.

Also, I thought I could drag the custom cell from the library (i made a plugin) over the textfield and it would set the new cell like in a table. That doesn't work either.

Does anybody know how to use a custom cell in a textfield?

© Stack Overflow or respective owner

Related posts about custom

Related posts about nstextfield