ckteebe / CustomBadge

CustomBadge is an Objective-C based component to create customized Badges for any given View.
http://saschapaulus.de/opensource
MIT License
397 stars 132 forks source link

Will crash on iOS 3 #4

Closed newacct closed 10 years ago

newacct commented 12 years ago

This code uses selectors not present in iOS 3.x. For example,

self.contentScaleFactor = [[UIScreen mainScreen] scale];

both contentScaleFactor and scale properties are not present in iOS 3.x.

If you use it on iOS 3.x it will crash with unrecognized selector

ckteebe commented 10 years ago

This class is for iOS7 and higher