sender

Access another methods sender

Hey guys, So I'm pretty new to Objective-C and kind of just learning as I go here. So I have a method that passes on its sender when called to another method. So when called internally I can call it like this: [self insertNewDBInfoConnection:sender]; Here's where I hit a bump in the road. this insertNewDBInfoConnection: is only going...