Check iOS Version
You need to check the system version and perform a comparison. Use [[NSProcessInfo processInfo] operatingSystemVersion] in iOS 8 and above.
https://stackoverflow.com/questions/3339722/how-to-check-ios-version
You need to check the system version and perform a comparison. Use [[NSProcessInfo processInfo] operatingSystemVersion] in iOS 8 and above.
https://stackoverflow.com/questions/3339722/how-to-check-ios-version
Comments