SwiftUI Calendar Generator
A SwiftUI Calendar Generator for IOS
Sources/MonthCal
files into your xcode projectColors.swift
fileShow calendar with a start date and amount of months to display
Import MonthCal
CalendarView(start: Date(), monthsToShow: 6)
Disable ability for dates to be selected
Import MonthCal
CalendarView(start: Date(), monthsToShow: 6, daysSelectable: false)
LICENSE
file for more info.