美文网首页
MJRefresh在iphoneX上底部一直显示上拉提示

MJRefresh在iphoneX上底部一直显示上拉提示

作者: WSGNSLog | 来源:发表于2018-03-21 17:16 被阅读87次

    appdelegate的didFinishLaunchingWithOptions里设置:

    if (@available(iOS 11.0, *)) {
        [[UIScrollView appearance] setContentInsetAdjustmentBehavior:UIApplicationBackgroundFetchIntervalNever];
        [[UITableView appearance] setEstimatedRowHeight:0.f];
        [[UITableView appearance] setEstimatedSectionHeaderHeight:0.f];
        [[UITableView appearance] setEstimatedSectionFooterHeight:0.f];
    }

    相关文章

      网友评论

          本文标题:MJRefresh在iphoneX上底部一直显示上拉提示

          本文链接:https://www.haomeiwen.com/subject/ksagqftx.html