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

Fix automatic header calculation #1337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ageevvalentin
Copy link
Contributor

@ageevvalentin ageevvalentin commented Sep 29, 2021

After update my project to iOS 15 I found strange problem.
I have a view controller with FSCalendar which fill it and open this view controller with a pageSheet modal presentation. When I open it above an other controller with fullScreen modal presentation (it not reproduced with a pageSheet modal presentation), I see a header which intersects other elements. I debugged header size, it was -1. I found strange condition in preferredHeaderHeight().
I think need to use _preferredHeaderHeight instead of _preferredWeekdayHeight. _preferredWeekdayHeight already used and set into preferredWeekdayHeight()

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.

None yet

1 participant