Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insub4067/calendarkit
https://github.com/insub4067/calendarkit
calendar ios swift swiftui
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/insub4067/calendarkit
- Owner: insub4067
- License: mit
- Created: 2024-08-31T17:17:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T14:04:10.000Z (5 months ago)
- Last Synced: 2024-09-29T11:25:40.043Z (4 months ago)
- Topics: calendar, ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 23.4 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📆 CalendarKit
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Static Badge](https://img.shields.io/badge/iOS-v15-blue)## 🤔 What is CalendarKit?
CalendarKit is a highly customizable and easy-to-use calendar framework for iOS projects. With CalendarKit, you can quickly integrate a fully functional calendar into your app, complete with custom styles, event handling, and a user-friendly interface. Designed for iOS v15 and above, CalendarKit is perfect for developers who want to add calendar functionality without spending hours on custom development.## 🔗 Example Code
[CalendarKitExample](https://github.com/insub4067/CalendarKitExample)## 📱 Example Screenshot
## 📦 Installation
### Swift Package Manager
To integrate CalendarKit into your Xcode project using Swift Package Manager, add the following to your `Package.swift` file:```swift
dependencies: [
.package(url: "https://github.com/insub4067/CalendarKit.git", from: "1.0.5")
]
```