Hi, How can I override property shadowColor from NSShadow?
thanks!
Hi, How can I override property shadowColor from NSShadow?
thanks!
shadowColor
is a settable property of NSShadow
and the class NSShadow
is not intended to be subclassed, so override property does not make sense. Can you clarify what you want to achieve?