Ok very quick question. I am adding annotations to my iOS using MKMapAnnotation. I create a int and an annotation with a disclosure button Which calls the method loadPano l
In the general case, you can create an instance of NSInvocation with your target, selector, and whatever parameters it needs. Then you call the invocation's -invoke method to send the message to the target.