iOS tableviewcell 底部线占满

2020-07-28  本文已影响0人  松龄学编程
if ([cell respondsToSelector:@selector(setSeparatorInset:)]) {
        [cell setSeparatorInset:UIEdgeInsetsZero];
    }
    
    if ([cell respondsToSelector:@selector(setLayoutMargins:)]) {
        [cell setLayoutMargins:UIEdgeInsetsZero];
    }
上一篇下一篇

猜你喜欢

热点阅读