• 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: instanceMethodSignatureForSelector always nil
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: instanceMethodSignatureForSelector always nil


  • Subject: Re: instanceMethodSignatureForSelector always nil
  • From: Glenn Andreas <email@hidden>
  • Date: Tue, 6 Apr 2004 13:48:57 -0500

At 11:05 AM -0700 4/6/04, Henry F. Bridge wrote:
No, it does! That's why I'm so confused...

Just to check I added [self foo]; to the line before SEL fooSel and
stepped into to it. As expected it entered the foo method.

-Henry-

But [self foo] and @selector(foo:) are two different things.

One is "foo" and the other is "foo:" (the colon is part of the method name)

If you can step into [self foo] that doesn't mean that [self foo: something] is there.

On Apr 6, 2004, at 3:52 AM, Ondra Cada wrote:

Henry,

On Tuesday, Apr 6, 2004, at 11:21 Europe/Prague, Henry F. Bridge wrote:

>> SEL fooSel = @selector(foo:);


--
Glenn Andreas email@hidden mondo blobbo, Cythera, Theldrow, oh my!
Mad, Bad, and Dangerous to Know
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >Re: instanceMethodSignatureForSelector always nil (From: Ondra Cada <email@hidden>)
 >Re: instanceMethodSignatureForSelector always nil (From: "Henry F. Bridge" <email@hidden>)

  • Prev by Date: Java Cocoa Plugins
  • Next by Date: Re: Using NSSmallCapsFontMask?
  • Previous by thread: Re: instanceMethodSignatureForSelector always nil
  • Next by thread: What is the role of the CF- objects?
  • Index(es):
    • Date
    • Thread