iphone - how can i set part of the view appear at its child view -


on child view, set backgroundcolor picture have transparent part.

[viewdown setbackgroundcolor:[[uicolor alloc] initwithpatternimage:[uiimage imagenamed:@"background_down.png"]]]; 

the transparent part don't have parent view's background, black color instead.

how can this.

thanks.

set opaque property no.

viewdown.opaque = no; 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -