iphone - i want make my view transparent so that form present view the previous view should me slightly visible -



iphone - i want make my view transparent so that form present view the previous view should me slightly visible -

i want create view transparent show the previous view visible,i tried below not working , using interface builder create view,please help me out.

@implementation cylinderborestotal (void)viewdidload { [super viewdidload]; self.view.backgroundcolor = [uicolor clearcolor]; self.view.alpha = 0.2; self.view.opaque = no;

are sure there underneath self.view ?

views uiviewcontroller not underneath cylinderborestotal's self.view

you may capture image of view first, , insert current view instead. (expensive)

iphone uiview uiviewcontroller

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -