I have following requirements:
- Obtain action associated with
NSButtonusing: - (SEL)action - Call the obtained action.
Can we perform 2nd pt. Generally we invoke an action like this- [self abc:nil] just thinking if we can invoke the method obtained from 2nd pt. in same way!
Try: