EyCalendar

EyCalendar is a SwiftUI Calendar.

Features include:

single date selection, add anniversary

Previews

demo app first screenshot demo app anniversary list screenshot demo app add anniversary screenshot

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+

GitHub

View Github