使用時(shí)發(fā)現(xiàn)打開頁面是白屏肢藐,需要在JXPagerListContainerView.m的第190行下面加上下面這句話
if ([UIView userInterfaceLayoutDirectionForSemanticContentAttribute:UIView.appearance.semanticContentAttribute] == UIUserInterfaceLayoutDirectionRightToLeft) {
_scrollView.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight;
}