Hello,
How do we call a method which is in classB from @selector tag of classA.??
Can i do it in this way??
[tis_obj authenticate:self action:@selector([classB method]:)
accName:@"BOOK" User:@"User"];
Is there a possibility to call a method of different class form@selector tag?? or should the method be always in same class?
Thank You.