Skip to content

how to prevent array of days from being selected? #236

@dantetemp

Description

@dantetemp

when i paste the code from MOREUSAGE.md

func calendar(calendar: FSCalendar!, shouldSelectDate date: NSDate!) -> Bool {
if dateShouldNotBeSelected {
return false
}
return true
}

i get error: use of unresolved identifier dateShouldNotBeSelected

i have an array of dates, how do i prevent those dates from being selected?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions