Dave
Dave

Reputation: 348

Iphone : what do I need to do to a nib file to an exisitng object

I have tried using an outlet to connect my tableview controller to my object, setting the nib name in IB and setting the class in IB but it still wont link? I know this as im trying to set my table view to 'grouped'

Thanks very much.

Upvotes: 0

Views: 88

Answers (1)

Ben Gottlieb
Ben Gottlieb

Reputation: 85532

It's a little unclear what the problem is. Do you have the outlet visible in IB, but it's not letting you draw a little line to the table view? In that case, double check the class of the outlet. It should be the same (or a superclass of) what you're trying to hook up to it.

Upvotes: 1

Related Questions