美文网首页
JXCategoryView 适配阿拉伯语

JXCategoryView 适配阿拉伯语

作者: XieHenry | 来源:发表于2024-05-10 11:59 被阅读0次

使用时发现打开页面是白屏,需要在JXPagerListContainerView.m的第190行下面加上下面这句话

    if ([UIView userInterfaceLayoutDirectionForSemanticContentAttribute:UIView.appearance.semanticContentAttribute] == UIUserInterfaceLayoutDirectionRightToLeft) {
        _scrollView.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight;
    }

相关文章

网友评论

      本文标题:JXCategoryView 适配阿拉伯语

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