I have an Obj-C object with a bunch of methods inside of it. Sometimes a method needs to call another method inside the same object. I can\'t seem to figure out how to get
Another option to the answers given thus far is to use the objc_msgSend() function provided by the Objective-C runtime.