Closed CooperRS closed 7 years ago
Currently the iOS 9 predicate is defined like this:
#define IOS_9_PREDICATE [[UIDevice currentDevice].systemVersion floatValue] >= 9.0
However, iOS 8 introduced a special function for checking system version. We should use that function instead.
Currently the iOS 9 predicate is defined like this:
However, iOS 8 introduced a special function for checking system version. We should use that function instead.