steipete / Aspects

Delightful, simple library for aspect oriented programming in Objective-C and Swift.
https://twitter.com/steipete
MIT License
8.4k stars 1.26k forks source link

aspect does not support subclass? #154

Open info3781 opened 5 years ago

info3781 commented 5 years ago

eg: A is subclass of UITableView, and B contain A, A.delegate = B then use UITableView can't hook A's delegate