Suppose I have subclassed a Cocoa class or Foundation, class. In my case a CALayer:
class MyLayer: CALayer {
...
}
Now I'd like to add a didSetobserver to the position property of the CALayer class. Is that possible?
Suppose I have subclassed a Cocoa class or Foundation, class. In my case a CALayer:
class MyLayer: CALayer {
...
}
Now I'd like to add a didSetobserver to the position property of the CALayer class. Is that possible?
Copyright © 2021 Jogjafile Inc.