Is there a way to achieve a blurry or glowing effect for the text? Or would I have to fetch the graphics context of the layer and then apply some kind of gauss algorithm on the pixels? I searched the documentation on this but it appears that shadows don’t draw blurry and there’s no method in NSString, UIFont or UILabel that could help to do it.
Share
Aside from antialiasing
UILabeldoes not support blurring its text (or its shadow). You’ll have to code it manually.