I am using this library:
https://github.com/orazz/CalendarPopUp
Let's say I have a date for registration of user and it's 28/9/2017. Now I want to only enable dates between next date, month and year. Previous dates, month and year should be disabled.
How can I do that?
How do I disable scrolling and selecting of previous date and month?

Use this to set minimum and maximum date. You can change any component like Day, month, year.
Objective c
Swift