iphone - Make UIView behind transparent UIView invisible -


i have transparent view alpha set 0.3, , behind there views, there option in ios set of views behind transparent view hidden?

i need when half of view behind transparent, , other half not, show half of view

you can hide after making iboutlet connection

[yourview sethidden:yes]; 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -