iOS(个人笔记)——磨砂蒙版
2016-07-13 本文已影响149人
米饭TT
UIToolbar*toolBar = [[UIToolbaralloc]initWithFrame:CGRectMake(0,0,self.view.bounds.size.width,self.view.bounds.size.height)];
toolBar.barStyle=UIBarStyleDefault;
[self.viewaddSubview:toolBar];
UIToolbar*toolBar = [[UIToolbaralloc]initWithFrame:CGRectMake(0,0,self.view.bounds.size.width,self.view.bounds.size.height)];
toolBar.barStyle=UIBarStyleDefault;
[self.viewaddSubview:toolBar];