[Openmcl-devel] how to call superclass's class-method in ObjC-bridge.
Park SungMin
byulparan_eng at icloud.com
Wed Jan 15 14:30:24 PST 2014
I like objc:defmethod and call-next-method. but I need override to class-method.
(ccl::define-objc-class-method ((:<bool> :needs-display-for-key (:id key)) my-ca-layer)
;;; how to call super’s method?
)
maybe call-next-method is local function in objc:defmethod. so I can’t use it..
How to call super’s method(class method) ?
Thank you for ccl-devel!
More information about the Openmcl-devel
mailing list