UITableView问题集锦

问题: section header 向上滚动时,卡在导航栏下方【粘附性】

》 创建tableView对象时,使用 group枚举类型

 

问题: cell里面有 subView添加了手势点击事件后,cell不能被执行点击事件

》 在subView的手势点击回调函数中,

//手动执行tableView的cell被点击的代理函数

[cell.tableView.delegate tableView:cell.tableView didSelectRowAtIndexPath:cell.tableView.indexPathForSelectedRow];

 

posted on 2015-08-07 00:21  ZainH  阅读(198)  评论(0)    收藏  举报