Skip to content

定时滚动方向适配阿拉伯语#113

Open
Janyau wants to merge 1 commit into12207480:masterfrom
Janyau:master
Open

定时滚动方向适配阿拉伯语#113
Janyau wants to merge 1 commit into12207480:masterfrom
Janyau:master

Conversation

@Janyau
Copy link
Copy Markdown

@Janyau Janyau commented Jun 3, 2023

No description provided.

@xueyongwei
Copy link
Copy Markdown

怎么不合并,不更新了这个库?

Copy link
Copy Markdown

@4dmoonlight 4dmoonlight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个做法是错误的,
应该用 UIView.userInterfaceLayoutDirection(for: semanticContentAttribute) == .rightToLeft

[self scrollToNearlyIndexAtDirection:TYPagerScrollDirectionRight animate:YES];
BOOL isRTL = NO;
if (@available(iOS 9.0, *)) {
isRTL = UIView.appearance.semanticContentAttribute == UISemanticContentAttributeForceRightToLeft;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isRTL = [UIView userInterfaceLayoutDirectionForSemanticContentAttribute:self.semanticContentAttribute] == UIUserInterfaceLayoutDirectionRightToLeft;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants