theos / logos

Preprocessor that simplifies Objective-C hooking.
https://theos.dev/docs/logos
Other
206 stars 34 forks source link

Add [super ...] calls #65

Open qwertyuiop1379 opened 4 years ago

qwertyuiop1379 commented 4 years ago

Sometimes when tweaking, it would be useful to override a method by calling the superclass' implementation. Logos provides no way to do this, which means using runtime methods which are generally a pain.

Feature request: add support for [super method] calls