AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

resolve undeclared selector warning #166

Closed twobitlabs closed 10 years ago

twobitlabs commented 10 years ago

Line 247 of https://github.com/AliSoftware/OHAttributedLabel/blob/master/OHAttributedLabel/Source/OHAttributedLabel.m generates an "undeclared selector" compiler warning when the source is included via CocoaPods. Calling NSSelectorFromString instead of @selector suppresses this warning without changing the behavior.

twobitlabs commented 10 years ago

Thanks! Do you mind bumping the version in the podspec or moving the 3.5.2 tag to this commit?

AliSoftware commented 10 years ago

Of course :) Just umped to 3.5.3 :wink: