I started using this type of call back in my programs but i don't know what they are actually called. I set an instance variable of my class to var callback:()->Void
and then in my view i just add an action to a button that calls the callback. Which allows me to set its functionality in the class i am adding the view to. But what is it called? I want to be able to look up the other options i have with using this type of callback?
So im trying to look for ways i can modify the return value and see if there are any other hidden secrets related to callbacks that i dont know of yet.