ios - Conditional overlapping view transparency? -


i have few moving views semi-transparent, @ point overlapping. possible make overlapped part "invisible" through top view? example, 3 uiviews background (which stationary) , 2 subviews (the semi-transparent ones) , when overlap lower subview "invisible" under top subview, while can still see background view , part of lower subview isn't overlapping other view. here's image clarify before , after overlap.

before overlap:

before image after overlap: after image (the view on far right looks little strange because blends white background)


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -