Apple’s documentation clearly states that DISPATCH_QUEUE_PRIORITY_BACKGROUND is only available in iOS 5 or later. What is the correct way to check if it’s available in the runtime environment?
Apple’s documentation clearly states that DISPATCH_QUEUE_PRIORITY_BACKGROUND is only available in iOS 5 or later.
Share
Check the version of the OS and see if it is greater or equal to 5