• 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
awakeFromNib
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

awakeFromNib


  • Subject: awakeFromNib
  • From: David Harper <email@hidden>
  • Date: Mon, 16 Jun 2008 11:27:15 -0400 (EDT)

Hello,

After some exploration into NSWindowController methods, I found that invoking [... window] after initWithWindowNibName had the desired result.

+(PreferencesController *) sharedPreferencesController {
    if (!sharedPreferencesController) {
        sharedPreferencesController = [[self alloc] initWithWindowNibName:@"PreferenceWindow"];
        [sharedPreferencesController window];
    }

    return sharedPreferencesController;
}
_______________________________________________

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: awakeFromNib
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Re: Passing CGImageSourceRef to IKImageView
  • Next by Date: Re: awakeFromNib
  • Previous by thread: Re: awakeFromNib
  • Next by thread: Re: awakeFromNib
  • Index(es):
    • Date
    • Thread