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

Top markers are not always shown on the iPad2 #33

Open
tnsnames opened this issue Mar 22, 2015 · 1 comment
Open

Top markers are not always shown on the iPad2 #33

tnsnames opened this issue Mar 22, 2015 · 1 comment

Comments

@tnsnames
Copy link

On IPad2 only for months that have either 4 or 6 weeks not all top markers are properly displayed.
It works fine for months with 5 weeks and also on iPad Retina

If I change 0.5 to 1 here in CVCalendarDayView.swift it works fine. Could it be that 0.5 is to narrow to be displayed?

        func createMarker() {
            let height = CGFloat(0.5)

PS. Great widget - thank you!

@mozharovsky
Copy link
Member

Hello @tnsnames,

It seems to be an issue of either layers or graphics drawing on big screens. The height of a top marker will become customisable as well with the new release and then for iPads it'll be 1.0 by default.

Thank you for reporting this issue!

Regards,
Eugene

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants