Hi guys, yeah it's me again :)
I've got a little problem.
I've got a custom cell with a TextField. I want the keyboard to hide when i tap "done"
so normally i do this jus with [sender resignFirstResponder]
.
In this case that doesn't work because the custom cell is a class itself and has its own .h and .m files.
How is it possible to link something like that in general?