Calendar View build with SwiftUI
2023-12-01.3.13.03.mov
- iOS 16+
- Swift 5.0+
- File > Swift Packages > Add Package Dependency
- Add
https://github.com/ElvisWong213/SwiftCalendarKit
- Select "Up to Next Major" with "1.0.0"
import SwiftCalendarKit
@State var selectedDate = Date()
SwiftCalendar(selectedDate: $selectedDate)
SwiftCalendar()
// Text Color
.textColor()
.titleTextColor()
.weekdaysTextColor()
// Selected Date Circle Color
.selectedDateColor()
// Background Color
.backgroundColor()