昨天,

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;

posted @ 2014-10-16 09:00  路在脚下,  阅读(129)  评论(0编辑  收藏  举报