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
Post a Comment