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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -