有很多这样的话题,但没有找到任何可以帮助我的话题。
我的 .h 文件:
-(void) function;
我的 .m 文件:
-(void) function {
/*some basic switch statement for showing images in imageview*/
}
- (IBAction)do_the_function_button:(id)sender {
function();
}
错误在哪里?我敢肯定这是一件非常微不足道的事情。