iOS如何去除UITableView底部多余的分割线
2016-05-31
展开全部
重写父类的一个方法
override func tableView(tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
return UIView()
}
这是swift的写法,你用oc的话,改为oc的就可以了
override func tableView(tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
return UIView()
}
这是swift的写法,你用oc的话,改为oc的就可以了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询