moaible / MOAspects

AOP Library for iOS
MIT License
163 stars 25 forks source link

only for hooking methods? #21

Open sirvon opened 9 years ago

sirvon commented 9 years ago

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

using swift....

moaible commented 9 years ago

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

dynamic func doAction() {
    // doSomething
}