reflection - Swift - Possible to programmatically know if function is a @IBAction or framework name? -


is possible programmatically know if method @ibaction method? - or possible framework name of method being called?

function goes far , doesn't show method attributes.

do need @ reflection information, or there quick win?

thanks!

you can:

command + click on method, etc. , take it's parent declaration.

and

option + click give declaration, description, availability, declared in, , reference.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -