UIToolbar *toolBar = [[UIToolbar alloc]initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height)];
toolBar.barStyle = UIBarStyleBlack;//默认是白色
[self.view addSubview:toolBar];
UIToolbar *toolBar = [[UIToolbar alloc]initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height)];
toolBar.barStyle = UIBarStyleBlack;//默认是白色
[self.view addSubview:toolBar];
本文标题:iOS笔记-毛玻璃效果
本文链接:https://www.haomeiwen.com/subject/xyufdltx.html
网友评论