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

How to add event on an array of dates in swift #276

Closed
ghost opened this issue Apr 23, 2016 · 2 comments
Closed

How to add event on an array of dates in swift #276

ghost opened this issue Apr 23, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 23, 2016

if i have an array of String values storing dates, how do i display a dot marker on the calendar for these dates

array looks like this

array workoutSchedule = ["22-04-2016", "26-04-2016", "27-04-2016"]

thanks

@ghost ghost changed the title HOW to add event on an array of dates How to add event on an array of dates in swift Apr 23, 2016
@WenchaoD
Copy link
Owner

Hi there. Please download and see the example.

@IOSDeveloperProgrammer
Copy link

@WenchaoD I am getting same issue , how can i resolve it. please help me.

var days = [String]()
self.days = ["2017/10/10", "2017/10/10", "2017/10/14", "2017/10/16"]
self.calendar.select(self.dateFormatter1.date(from: days) !)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants