Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードについては、上記のエラーが表示されます。これが何を意味するのか、誰かが私に説明するのを手伝ってもらえますか? 前もって感謝します。
[self setSpeedView:speedCount];
ラベルのテキストを設定したいときに、ラベルを文字列に設定しようとしています。代わりに次のコードを使用してください。
self.speedView.text = [NSString stringWithFormat:@"%d", speedCount];