[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A question about categories
From: |
Vaisburd, Haim |
Subject: |
A question about categories |
Date: |
Fri, 5 May 2006 11:53:53 -0700 |
Hi,
I would like to override a method of an existing class.
One way is to create a category and define a method
with the same name, e.g.
@interface NSBitmapImageRep (MyCategory)
- destroy;
@end
Is there any way to call the original method
within the implementation of my override,
in this case the original [NSBitmapImageRep-destroy] ?
Thank you,
Tima.
- A question about categories,
Vaisburd, Haim <=