Reputation: 10563
Please do tel me how to convert int to NSTimeInterval?
Thank You.
Upvotes: 2
Views: 1693
Reputation: 5989
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.
Upvotes: 4