摘要: 需要同时写如下两行代码 self.resendBtn.titleLabel.text = str; [self.resendBtn setTitle:str forState:UIControlStateDisabled]; 阅读全文
posted @ 2016-01-27 18:30 xiaocaoera 阅读(756) 评论(0) 推荐(0)
摘要: 在AppDelegate中添加下面一句 self.window.backgroundColor = [UIColor whiteColor]; 阅读全文
posted @ 2016-01-27 14:53 xiaocaoera 阅读(295) 评论(0) 推荐(0)