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

The fresh created calendarView is cut at the very top #119

Closed
iChernov opened this issue Aug 16, 2017 · 11 comments
Closed

The fresh created calendarView is cut at the very top #119

iChernov opened this issue Aug 16, 2017 · 11 comments

Comments

@iChernov
Copy link

Modally presented ViewController, the only thing is done - in viewDidLoad method added the CalendarView. As you can see (see photo attached) - the top line of numbers is cut. Seems like it is added to the view without respect of TopLayoutGuide... at least I assume so.

screen shot 2017-08-16 at 20 59 06

@MosheBerman
Copy link
Owner

Yup, this is because MBCalendarKit 4.0.1 doesn't support autolayout properly. You can work around this for now by turning off automaticallyAdjustsContentInsets on your view controller.

Thanks for reporting this. It's also going to be fixed in 5.0.0.

Related issues: #109 #108 #118

@iChernov
Copy link
Author

@MosheBerman You mentioned that 5.0.0 is around the corner - can you tell a bit more concrete - when it will happen?..

@MosheBerman
Copy link
Owner

I don't want to commit to a specific day, but I need this for a couple of side projects, so I've been working on this since the end of July. Probably a couple of days tops. Trying to round everything out, and make sure it all works right.

@iChernov
Copy link
Author

@MosheBerman I meant more months - in August, in September... no strict dates :)

@MosheBerman
Copy link
Owner

5.0.0 was just released. Cocoapods should be propagating now.

@MosheBerman
Copy link
Owner

(Please let me know if this can be closed.)

@MosheBerman
Copy link
Owner

@iChernov Is this still an issue with 5.0.x?

@iChernov
Copy link
Author

iChernov commented Aug 21, 2017 via email

@MosheBerman
Copy link
Owner

It's been a couple of weekends. 😄 Any luck?

@iChernov
Copy link
Author

iChernov commented Sep 6, 2017

This thing is fixed

@MosheBerman
Copy link
Owner

Great!

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