GithubHelp home page GithubHelp logo

Comments (2)

steipete avatar steipete commented on May 17, 2024

Hmmm, could be done with an additional option to kill the check and add some logic to not call super. Would confuse people thought that would dynamically add methods after a delegate has been set, since most of UIKit caches what selectors are available at delegate set time.

On 08 Oct 2015, at 12:35, Andrey Mikhaylov [email protected] wrote:

Is it possible to add instance method that may not be defined on target class but defined in protocol as optional?

Currently -aspect_hookSelector reports that it cannot find selector.


Reply to this email directly or view it on GitHub.

from aspects.

pronebird avatar pronebird commented on May 17, 2024

It should be safe to add method on class-level as opposed to swizzling on instance level. How do you even call that kind of swizzling? Still instance method in the end right?

[MyTestsDetailController aspect_hookSelector:@selector(magicMethodDefinedInProtocolButNotImplementedAtAll:) ...]

as opposed to:

auto myViewController = [[MyTestsDetailController alloc] init];
[myViewController aspect_hookSelector:...]

As a workaround I've defined an empty method implementation on my view controller.

from aspects.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.