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

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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