vote up 0 vote down star

Hello,

I've to custom cells each in an seperatea .xib file(and for each of them a seperate .h and .m file)

I need these two custom cells in my tablevie(Controller) Thats an seperate file, too.

How is it posible to link the two custom cells to the tableviewController?

Thanks in advance!

flag

1 Answer

vote up 0 vote down

In your cellForRowAtIndexPath method in the data source of the tableview (in many cases the tableview controller instance), load the approprate nib file.

link|flag
first of all, thanks for your fast reply. mhh, i am really new to that so could you please tell me how to link multiple files? The apple sample code isn't that helpfull. They store all customcells in one controller. – Johnlikesit Jul 2 at 22:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.