I am having some trouble figuring out hour to accurately override a method in one of my subclasses.
I have subclass (ClassB) of another customclass (ClassA):
-(void)methodName { [super methodName]; }
Wanna call methodName (in ClassB), just remove [super method] then you can fire it. Cause super is call back to ClassA