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

Need to show selected date in calendar. #4

Open
kavin06 opened this issue Nov 23, 2019 · 0 comments
Open

Need to show selected date in calendar. #4

kavin06 opened this issue Nov 23, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@kavin06
Copy link

kavin06 commented Nov 23, 2019

Hi,
I need to show multiple dates selected in the calendar, viewDidAppear(). Any help?

Now I am using like this it's not working,

override func viewDidAppear(_ animated: Bool) {
let today = Date()
let tomorrows = Calendar.current.date(byAdding: .day, value: 2, to: today)!
dateSelected(tomorrows)
}

Thanks in advance.

@simform-solutions simform-solutions added the enhancement New feature or request label Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants