标签: objective-c nstimer
[NSTimer scheduledTimerWithTimeInterval:1.0/60 target:self selector:@selector(gameloop) userinfo:nil repeats:YES];
错误消息说:“没有用于scheduledTimerWithTimeInterval的已知类方法选择器...”
答案 0 :(得分:4)
userInfo而不是userinfo。注意大写。
userInfo
userinfo