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

Sublassing NSObject


  • Subject: Sublassing NSObject
  • From: Milen Dzhumerov <email@hidden>
  • Date: Wed, 26 Apr 2006 17:28:41 +0100

Hi all,

I've just sub-classed NSObject and overridden -init to output a message using the NSLog function. Here's the -init method:

- (id) init {
	self = [super init];
	if (self != nil) {
		NSLog("this is cool");
	}
	return self;
}

This is the only thing the class does and if I try to run it, it just crashes with SIGSTOP. Any help is greatly appreciated.

Kind regards,
Milen

PS. I'm sending the message again because I think mailman didn't forward it to the list because the mail didn't have a subject.
_______________________________________________
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
  • Follow-Ups:
    • Re: Sublassing NSObject
      • From: Jonathon Mah <email@hidden>
  • Prev by Date: Re: How to display items in trash
  • Next by Date: Re: Sublassing NSObject
  • Previous by thread: preferred pattern
  • Next by thread: Re: Sublassing NSObject
  • Index(es):
    • Date
    • Thread