2015年12月21日

UITableView tableFooterView autolayout自动计算高度

摘要: UIView *tableFooter = [UIView new]; self.tableView.tableFooterView = tableFooter; UILabel *footerLabel = [UILabel new]; footerLabel.n... 阅读全文

posted @ 2015-12-21 21:51 永远的冰蝴蝶 阅读(4092) 评论(0) 推荐(0)

导航