steipete / Aspects

Delightful, simple library for aspect oriented programming in Objective-C and Swift.

Home Page:https://twitter.com/steipete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

do not hook -forwardingTargetForSelector:

welcommand opened this issue · comments

if hook -forwardingTargetForSelector: method will dead loop on forwarding_prep_0_ and forwarding
need add this in black list. when you hook all methods.(like UITextView, it will dead loop)