Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 适配 #3

Open
ShenYj opened this issue Oct 13, 2020 · 2 comments
Open

iOS 适配 #3

ShenYj opened this issue Oct 13, 2020 · 2 comments

Comments

@ShenYj
Copy link

ShenYj commented Oct 13, 2020

iOS 14上两个列表下方的指示器位置偏移了

@HurleyWong
Copy link

iOS 14上两个列表下方的指示器位置偏移了

在iOS14的情况下,只需要在后面加上 .position(x: geometry.size.width / 2, y: geometry.size.height / 2)这行代码,应该可以解决这里的问题

@Hzend
Copy link

Hzend commented Jan 10, 2021

iOS 14上两个列表下方的指示器位置偏移了

在iOS14的情况下,只需要在后面加上 .position(x: geometry.size.width / 2, y: geometry.size.height / 2)这行代码,应该可以解决这里的问题

确实可以解决。谢谢

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

No branches or pull requests

3 participants