uitableview - iOS Change color of label affected by UIVibrancyEffect -


is there way somehow affect color of label under vibrancy effect or @ least bring contrast setting tint/alpha/background/whatever properties? can see below, in case vibrancy created unreadable text...

enter image description here

when went through 2014 wwdc video found @ least way affect appearance of vibrancy. can set background color of original blur view's contentview this:

blurview.contentview.backgroundcolor = [uicolor colorwithred:0 green:0 blue:0 alpha:0.01]; 

which unfortunately affect whole blur (by tinting) on vibrancy based. @ least text more readable after that.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -