tobihagemann / THLabel

UILabel subclass, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.
https://tobiha.de
Other
665 stars 111 forks source link

Fixed some compilation error in SDK-conditional code. Also silenced compiler warnings on deprecated minimumFontSize. #1

Closed akolov closed 11 years ago

akolov commented 11 years ago

Fixes build issue with dangling "else" when max allowed SDK version is less than 6.0. Also suppresses deprecation warnings for minimumFontSize in case when respondsToSelector returns false.

tobihagemann commented 11 years ago

I've tried another approach, can you confirm it's also working as intended? Thanks for pointing that out!

akolov commented 11 years ago

Yep, that works :)