It works fine. but I get this warning:
.m
.hwarning: 'KissKissViewController' may not respond to '-reset'
Code:
static void *reset;
.m
Code:
-(IBAction)ResetButton:(id)sender{
[self reset];
}
-(void)reset{
NSLOG(@"Resetting");
}