杂七杂八篇iOS Developer

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];

上一篇 下一篇

猜你喜欢

热点阅读