SwiftUI iOS & MacOS Calendar
- iOS 14.0+, MacOS 11.0+
- Swift 5.0+
iOS | |||
---|---|---|---|
macOS | |
---|---|
You can look this views at the GECalendarApp's GECalendarPreviews.
struct ContentView: View {
@State var date: Date? = Date()
var body: some View {
GECalendar(selectedDate: $date, appearance: Appearance())
}
}
struct ContentView: View {
@State var date: Date? = Date()
var body: some View {
GEWeekView(selectedDate: $date, appearance: Appearance())
}
}
You can manage settings with GECalendar's Appearance.
pod 'GECalendar'
github "Goeun1001/GECalendar"
.package(url: "https://github.com/Goeun1001/GECalendar.git", from: "1.0.0")
goeun1001, [email protected]
GECalendar is available under the MIT license. See the LICENSE file for more info.