• 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: When in the launch cycle does coredata data become available.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: When in the launch cycle does coredata data become available.


  • Subject: Re: When in the launch cycle does coredata data become available.
  • From: Conor <email@hidden>
  • Date: Mon, 03 Mar 2008 11:27:21 +0100
  • Thread-topic: When in the launch cycle does coredata data become available.

Some of the setup methods are on a queue in the run loop and are done after
applicationDidFinishLaunching: (in this case the content object of your
array controller is not yet populated as the core data fetch hasn't been
done yet). Run your method by placing it on the queue during
applicationDidFinishLaunching with:

[self performSelector:@selector(methodThatWillDoSomethingWithMyServers:)
withObject:nil afterDelay:0.0];

Regards,
Conor
http://www.bruji.com/




_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: When in the launch cycle does coredata data become available.
      • From: mmalc crawford <email@hidden>
  • Prev by Date: Re: Subview bounds resizing when frame resizes
  • Next by Date: Re: Custom View drawn twice?
  • Previous by thread: Re: When in the launch cycle does coredata data become available.
  • Next by thread: Re: When in the launch cycle does coredata data become available.
  • Index(es):
    • Date
    • Thread