I found it: The .h was @interface AdresViewController : UITableViewController. I changed this to @interface AdresViewController : UIViewController and it now does work...
;-) On 3 apr 2010, at 06:08, Arnold Nefkens wrote: > Hello List, > > I'm a newbie on iPhone Programming, so please bear with me. > > I did the first 7 chapters of "More iPhone 3 Development, tackling iPhone > SDK3" from Apress regarding the use of CoreData. In these 7 chapters a lot is > explained and finally a series of classes and categories are being build that > one can use as a Generic Controller for editing data stored in CoreData. > > So I bult a new application where I inserted these classes, and created a new > viewController for my specific needs. Almost everything works, except that > the tableView is not updated when I create a new item for in the DB, The item > is however created, but only visible if I quit the App and start it again. > Apparently something is not right. > > I double checked the 4 NSFetechedResult delegates, but it just does not work. > I tried to insert [self.tableView reloadData] on a number of places, but to > no avail. > > Can someone of you check my ViewController code? And point me in the right > direction where I'm missing the ball? > > I'll send you the code off-list > > Your help and effort is much appreciated. > > Kind regards, > > Arnold Nefkens > > > _______________________________________________ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/cocoa-dev/lists%40nefkens-ict.nl > > This email sent to li...@nefkens-ict.nl _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com