Nicholas Wargnier

Results 10 comments of Nicholas Wargnier

Can you show an example that reproduces the bug you are experiencing?

I calculate the column widths here https://github.com/nbwar/NWCalendarView/blob/master/NWCalendar/NWCalendarMonthView.swift#L184 Are you using Autolayout to set the width and height of the calendar?

It sounds look an Autolayout issue. The reason saturday is not seen is because when the column widths are calculated the ViewController is larger so the columns are though to...

You have to call `calendarView.createCalendar()`

I would have to see more code to figure out the issue. Does the example work for you?

Can you give me steps to reproduce or a sample project with the bugs you are experiencing?

So currently resizing does not work. If you would like you can make a fork and do layout operations in `layoutSubviews` which should fix your problems. However, the only way...

Enable date selection in the past is current incomplete and is in the first item in the todo list. Feel free to add the functionality and submit a pull request

Right now just copy the Folder NWCalendar into your project.

So the issue here is that i'm doing size calculation in init rather than layoutSubviews. When i get some time I'll try and fix this so it works. Also, the...