EyCalendar
EyCalendar is a SwiftUI Calendar.
Features include:
single date selection, add anniversary
Previews
Installation
To install this package, import https://github.com/mun9769/EyCalendar.git
in SPM.
Usage example
import EyCalendar
struct ContentView: View {
var body: some View {
EyCalendarView()
}
}
Requirements
iOS 16.0+ Xcode 11+ Swift 5.1+