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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -