CooperRS / RMActionController

This is an iOS control for presenting any UIView in an UIAlertController like manner
MIT License
539 stars 59 forks source link

Update iOS 9 predicate #19

Closed CooperRS closed 7 years ago

CooperRS commented 8 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.