UITableView中默认将空白行也显示出来, 而只需要这句代码即可将其去掉:
self.tableView.tableFooterView = UIView(frame: CGRectZero)
版权声明:本文为博主原创文章,未经博主允许不得转载。
iOS --- 去掉UITableView中的空白行
原文:http://blog.csdn.net/icetime17/article/details/46851875