Enquire Now

Tags: respondstoselector

`responds#to` is a Swift call, which checks if an object indeed responds to the given selector. For example, `if (x.responds(to: #selector(SomeClass.someCall))`.

0 Questions