Hello,
Please do tel me how to convert int to NSTimeInterval?
Thank You.
Hello,
Please do tel me how to convert int to NSTimeInterval?
Thank You.
NSTimeInterval is just a typedef for double. Feel free to assign the int to the NSTimeIntervalValue the same way you can assign an int to a double.