我有一个警告,只是不知道如何让它消失。
在我的 .h 中,我有这个...
-(void)restartTimer;
然后在我的 .m 我有...
-(void)restartTimer{
TimerViewController *TimerView = [[TimerViewController alloc]
initWithInt:hStart
number:mStart];
我收到此错误:
警告:没有'-initWithInt:number。' 找到的方法。
我确信它非常简单,代码仍然有效。如果有人可以提出任何解决方法,那就太好了。谢谢