MOAspects icon indicating copy to clipboard operation
MOAspects copied to clipboard

only for hooking methods?

Open sirvon opened this issue 9 years ago • 1 comments

What if I want to hook any method in a controller or class?

using swift....

sirvon avatar Sep 07 '15 23:09 sirvon

@sirvon Thank you for using! Please define dynamic keyword. But can hook for Swift class at NSObject subclass only.

dynamic func doAction() {
    // doSomething
}

moaible avatar Sep 13 '15 13:09 moaible