我只是从一个视图推送另一个视图。 在此代码之后,推送的视图将显示为透明。 我早就用过很多次了。就这么简单。
settings *set = [[settings alloc] initWithNibName:@"settings" bundle:nil];
set.view.backgroundColor = [ [UIColor blueColor] colorWithAlphaComponent:0.3f];
[self.navigationController pushViewController:set animated:YES ];
但现在使用最新ios
和xcode
,
推视图不再变得透明。
所以,如果有人有任何其他解决方案,请告诉我。
我已经提到很多关于此事的帖子,如