- iOS 8.0+
Add the following line to your Podfile
:
pod 'ZzeBlurredLabel'
Just import ZzeBlurredLabel to your project.
label = [[ZzeBlurredLabel alloc] initWithFrame:CGRectMake(0, 64, 100, 100)];
label.text = @"Your Text"
label.blurRadius = 7.0f;
UIImage * convertedImage = [label getBlurryImageText];
This is method return UIImage create from UILabel text/atrributedText.
[label blurryText];
This software is released under the MIT License.