NSTimer v / s CFRunLoopTimer

My question is which one is better to use?

Like NSTimer , in turn, the CFRunLoopTimer object is used . What works better than others, I didn’t get anything about it on any site that I was looking for for it, but nothing, I got documents relating to both from Apple documents , but after reading them I don’t understand or don’t understand what to use NSTimer or CFRunLoopTimer? any help would be appreciated.

+3
source share
1 answer

From the docs:

CFRunLoopTimer is a “duty free bridge” with its Cocoa Foundation partner, NSTimer.

Transfer:

, NSTimer, CF- / .

+1

All Articles