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

Support for it inside UIButton #47

Open paulocoutinhox opened 4 years ago

paulocoutinhox commented 4 years ago

Hi,

This work inside UIButton on Title Label?

Thanks.

tobihagemann commented 4 years ago

I don't think that you can "just use" THLabel as the titleLabel of a UIButton because it is a read-only property. You could try to add a THLabel as a subview of the UIButton but that's just an uneducated guess from me.