阿拉伯语适配

This commit is contained in:
liyuhua
2024-04-17 16:02:42 +08:00
parent ebf377fe42
commit a3482659aa
207 changed files with 1579 additions and 1012 deletions

View File

@@ -145,6 +145,11 @@
_pi_BannerView.bannerImageViewContentMode = UIViewContentModeScaleAspectFill;
_pi_BannerView.tag = 9000001;
_pi_BannerView.hidden = YES;
// SDCycleScrollViewRTLLTR
_pi_BannerView.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight;
for (UIView *subView in _pi_BannerView.subviews) {
subView.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight;
}
}
return _pi_BannerView;
}