1,设置frame没有作用了,就去找autolayout的事情
2,如果你的 section header上以及 tableview header上有 timer,不要重复创建 timer,返回你创建好的就可以了,
边框圆角,
[self.fourBtn.layer setBorderColor:[UIColor lightGrayColor].CGColor];
[self.fourBtn.layer setBorderWidth:1];
self.fourBtn.layer.cornerRadius = self.fourBtn.frame.size.width/2;
self.fourBtn.clipsToBounds = YES;