Anyway - occasionally you are dealing with a NSTimeInterval, which happen to have value Not a Number.
Debugger shows "nan", google search finds "NaN, but the correct answer is "NAN":
if (aTimeInterval == NAN)Sometimes the most important thing is asking the right questions.
{
// don't use timeInterval
}
No comments:
Post a Comment