vote up 1 vote down star

Is there any simple way to replace a UITableViewController from Xcode's "Navigation based application" with Core Data with a UIViewController containing a UITableView?
I'm looking to add things that the normal UITableViewController can't have, so I replaced it with a UIViewController, but my problem is that whenever I do replace the UIViewController containing a UITableView, I cannot getting editing and table reloading to work correctly.
Does anyone have any tips or tutorials you can hand off?

flag

1 Answer

vote up 0 vote down

Have you implemented the delegate and datasource methods?

link|flag
Yes, that was my problem. I forgot to linked them in interface builder. – Dan Nov 9 at 2:21
Great. Maybe you can accept my answer by pressing the checkmark next to it. Accepting answers will help you get more answers to future questions – coneybeare Nov 9 at 3:52

Your Answer

Get an OpenID
or

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