Hi @saeedahmed725,
First of all, thank you for your open-source contribution. Your framework has helped a lot of people, including me. However, I've encountered some design issues in a real project.
In the page-turning effect of iOS's UIPageViewController, the rounded corners of the page include a shadow on all sides. This makes the boundary of the page clearly visible even when the background is a solid color.
In turnable_page, however, the rounded corner shadow only appears on the fold, making it hard to distinguish the page boundary against a solid background, as shown in the image below.
I hope this can be improved to make the page-turning effect closer to that of iOS.

Hi @saeedahmed725,
First of all, thank you for your open-source contribution. Your framework has helped a lot of people, including me. However, I've encountered some design issues in a real project.
In the page-turning effect of iOS's
UIPageViewController, the rounded corners of the page include a shadow on all sides. This makes the boundary of the page clearly visible even when the background is a solid color.In
turnable_page, however, the rounded corner shadow only appears on the fold, making it hard to distinguish the page boundary against a solid background, as shown in the image below.I hope this can be improved to make the page-turning effect closer to that of iOS.