ios - Blur UILable text line by line -


i want blur text of uilabel line line. applying uiblureffect onto uilabel blurs whole view (obviously).

let blureffect = uiblureffect(style: uiblureffectstyle.dark) let blureffectview = uivisualeffectview(effect: blureffect) blureffectview.frame = view.bounds view.addsubview(blureffectview) 

but want make sure, user can recognize lines , rough structure of text this:

enter image description here

how can achieve this?


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -