代码改变世界

UITableView 滑动cell显示不全

2016-04-11 18:44  可小猪  阅读(484)  评论(0)    收藏  举报

self.table.contentInset = UIEdgeInsetsMake(0, 0, 44, 0); 

加上这个方法就好了