-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to move down daysStackView under Month title #2
Comments
Hi @asadqazi !
In order to know the current month, you can by implementing CalendarViewDelegate with To scroll next/previous month use |
@asadqazi update pod to |
I downloaded the code yesterday. |
And |
@asadqazi I have fixed extra top size today. What do you mean by selection size? I will check scroll(to date: Date) |
@asadqazi I just checked and scroll works fine calendarView.currentDate = Calendar.current.date(byAdding: .month, value: -1, to: calendarView.currentDate)!
calendarView.scroll(to: calendarView.currentDate) Maybe you have another case? |
The day selection, range color is static. |
I tried to inherit the day view class and it gives me error because of a non open class. |
I locally changed the classes to open but another issue that from stroryboard the CalendarView refrence is nil while running the app |
Please create a project and use your lib as pod, and see if problem occurs on your side. |
@asadqazi I have fixed the issues. Please check version 0.0.3 |
There should also be an option so that user cannot select futures dates from today. |
@asadqazi Did you try |
Yes but it take an array of dates and I want to disable all the remaining future days from today. |
How to move down daysStackView under Month title and there should be 2 button to move to next and previous months
The text was updated successfully, but these errors were encountered: