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
Post a Comment