Convert NSTimer to NSUInterval for Array Index

For the first warning, we need to know what type is “t” so we can know how to convert it to NSUInteger, the casting is not working.

For avoiding the Second message you should rename your tickNUmber or you can use the property declared with the same name instead of a local variable.

Leave a Comment