Skip to content

Conversation

Janyau
Copy link

@Janyau Janyau commented Jun 3, 2023

No description provided.

@xueyongwei
Copy link

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

Copy link

@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;

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