ios - How to set transparent background color in UIImageView -
i want know how set transparent background color in ios. have searched everywhere can't find anything. want set transparent background color this:
set opaque no , alpha 0.3, this:
uiimageview *myimageview = ... myimageview.opaque = no; myimageview.alpha = 0.3; 
Comments
Post a Comment