iPhone Programming: Applying Alpha to Parent but not to Child Views
        Posted  
        
            by Mustafa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mustafa
        
        
        
        Published on 2009-10-17T11:27:28Z
        Indexed on 
            2010/06/11
            15:12 UTC
        
        
        Read the original article
        Hit count: 363
        
Is it possible to set Alpha to .75 or .50 (transparent) for Parent view but the Child views/controls are opaque (Alpha channel 1.0 - completely visible).
Whenever i set Alpha of my main UIView to transparent, all the child views/controls are also shown as transparent. Is there any workaround?
© Stack Overflow or respective owner