iOS
开始 ios学习之旅,一天一次 坚持下来 为了 美好的的明天
-(UITableView *)tableView {
if (!_tableView) {
_tableView =[[UITableView alloc]initWithFrame:self.view.frame style:UITableViewStylePlain];
}
return _tableView;
}
UIImage * image =[[UIImage imageNamed:@""] stretchableImageWithLeftCapWidth:13.4 topCapHeight:0];
一天一章