Re: Simple question: Why does this work?
Re: Simple question: Why does this work?
- Subject: Re: Simple question: Why does this work?
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 20 Aug 2003 16:58:00 -0700
On Wednesday, August 20, 2003, at 03:56 PM, Andreas Mayer wrote:
It works because NSMutableAttributedString is a subclass of
NSAttributedString. So it inherits everything from
NSAttributedString...
Um. setString: and appendString: are not declared for
NSAttributedString either.
Sorry, correction: I was thinking of the wrong class and spoke too
soon. Please disregard my first message.
Maybe the original poster is using some framework, etc. that declares
those methods through a category? One can find out by using PB to
search for the selector within the project.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://seiryu.home.comcast.net/
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone." - Bjarne Stroustrup
_______________________________________________
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.