MonkeyDev
MonkeyDev copied to clipboard
怎么hook协议delegate里面的方法?
请教兄弟们,直接hook方法是有用的 %hook UIApplicationDelegate
-
(void) applicationDidEnterBackground:(id) arg { %log;
%orig; } %end
hook协议里面的方法无效