• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CoreData: Using willSave to update timestamps causes hang?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreData: Using willSave to update timestamps causes hang?


  • Subject: Re: CoreData: Using willSave to update timestamps causes hang?
  • From: mmalcolm crawford <email@hidden>
  • Date: Sat, 4 Jun 2005 02:53:00 -0700


On Jun 4, 2005, at 2:04 AM, mmalcolm crawford wrote:

I'm not sure offhand if that will be all that's required in this case, but if it's not then I'd be more inclined to reduce your managedObjectContextObjects* method to:
- (void)managedObjectContextObjects*:(NSNotification *)notification {
[tableView reloadData];
}



Hmm, it looks like you'll have to at least register for contextDidSave; you'll also need to register for undo notifications...


A more elegant approach may transpire after some sleep...

mmalc

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: CoreData: Using willSave to update timestamps causes hang? (From: Jesse Grosjean <email@hidden>)
 >Re: CoreData: Using willSave to update timestamps causes hang? (From: mmalcolm crawford <email@hidden>)

  • Prev by Date: Re: CoreData: Using willSave to update timestamps causes hang?
  • Next by Date: Re: Best Approach? spinning cube
  • Previous by thread: Re: CoreData: Using willSave to update timestamps causes hang?
  • Next by thread: Re: CoreData: Using willSave to update timestamps causes hang?
  • Index(es):
    • Date
    • Thread