mirror of
https://github.com/exyte/ConcentricOnboarding.git
synced 2026-04-02 23:58:57 -06:00
Fix the button misalignment in the modal sheet #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s-n-1-0 on 12/9/2023
Thank you for this very nice library.
When using ConcentricOnboardingView in modal, the background color of the Button is misaligned.
The reason is that the position of Circle is based on the screen size.
This fixed code
9004c2f0b5calculates the y-axis position of the button by frame size, not by screen size.Below is my environment.