标签:
UINib *nibfoot=[UINib nibWithNibName:@"AccountBindingFooterTableViewCell" bundle:nil];
AccountBindingFooterTableViewCell *footerview=[[nibfoot instantiateWithOwner:nil options:nil] firstObject];
self.tableView.tableFooterView=footerview;
UITableViewFooter的自定义布局==xib布局
标签:
原文地址:http://www.cnblogs.com/huangzs/p/4473931.html