iOS TableView上面有空白的区域时的处理

 if ([self respondsToSelector:@selector(automaticallyAdjustsScrollViewInsets)]) {

        self.automaticallyAdjustsScrollViewInsets = NO;

    }

1
原文地址:https://www.cnblogs.com/fantasy3588/p/5524949.html