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

 

posted @ 2016-03-24 10:26  huangyan1022  阅读(89)  评论(0编辑  收藏  举报