美文网首页iOS
iOS11适配tabview

iOS11适配tabview

作者: 说不出口的喵 | 来源:发表于2017-12-01 16:50 被阅读23次

    if (@available(iOS 11.0, *)) {

    self.discoveryHealthTableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;

    } else {

    相关文章

      网友评论

        本文标题:iOS11适配tabview

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