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

Cleaned up property definitions #15

Closed jtmilne closed 9 years ago

jtmilne commented 9 years ago

Lack of property attribute assumes 'assign' in a mixed ARC/non-ARC project and throws a bunch of warnings. Explicitly set relevant properties to 'strong'. Also removed unnecessary readwrite attributes.