All Projects → graycampbell → GCCalendar

graycampbell / GCCalendar

Licence: MIT license
A customizable calendar view for iOS 9+ written in Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to GCCalendar

Cvcalendar
A custom visual calendar for iOS 8+ written in Swift (>= 4.0).
Stars: ✭ 3,435 (+6381.13%)
Mutual labels:  calendar, calendar-component, calendar-view
Calendar Ios
Calendar View
Stars: ✭ 154 (+190.57%)
Mutual labels:  calendar, calendar-component, calendar-view
Primedatepicker
PrimeDatePicker is a tool that provides picking a single day, multiple days, and a range of days.
Stars: ✭ 292 (+450.94%)
Mutual labels:  calendar, calendar-component, calendar-view
Xamarin.plugin.calendar
Calendar plugin for Xamarin.Forms
Stars: ✭ 159 (+200%)
Mutual labels:  calendar, calendar-component, calendar-view
Eventscalendar
Events Calendar is a user-friendly library that helps you achieve a cool Calendar UI with events mapping. You can customise every pixel of the calendar as per your wish and still achieve in implementing all the functionalities of the native android calendar in addition with adding dots to the calendar which represents the presence of an event on the respective dates. It can be done easily, you are just a few steps away from implementing your own badass looking Calendar for your very own project!
Stars: ✭ 188 (+254.72%)
Mutual labels:  calendar, calendar-component, calendar-view
Calendarview
An Easy to Use Calendar for iOS (Swift 5.0)
Stars: ✭ 429 (+709.43%)
Mutual labels:  calendar, calendar-component, calendar-view
Recyclercalendarandroid
A simple DIY library to generate your own custom Calendar View using RecyclerView, written in Kotlin
Stars: ✭ 83 (+56.6%)
Mutual labels:  calendar, calendar-component, calendar-view
Calendarview
Android上一个优雅、万能自定义UI、仿iOS、支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar Widget on Android.
Stars: ✭ 7,998 (+14990.57%)
Mutual labels:  calendar, calendar-component, calendar-view
Yycalendar
Simple and Clear Calendar
Stars: ✭ 46 (-13.21%)
Mutual labels:  calendar, calendar-component, calendar-view
Customizablecalendar
CustomizableCalendar is a library that allows you to create your calendar, customizing UI and behaviour
Stars: ✭ 214 (+303.77%)
Mutual labels:  calendar, calendar-component, calendar-view
Supercalendar
@deprecated android 自定义日历控件 支持左右无限滑动 周月切换 标记日期显示 自定义显示效果跳转到指定日期
Stars: ✭ 2,732 (+5054.72%)
Mutual labels:  calendar, calendar-view
react-calendar
A no dependencies, lightweight and feature-rich ⚡ calendar component for react.
Stars: ✭ 68 (+28.3%)
Mutual labels:  calendar-component, calendar-view
Swift Week View
An iOS calendar library for displaying calendar events in a week view.
Stars: ✭ 88 (+66.04%)
Mutual labels:  calendar, calendar-view
React Native Persian Calendar Picker
Persian Calendar Picker Component for React Native
Stars: ✭ 83 (+56.6%)
Mutual labels:  calendar, calendar-component
Flutterweekview
Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
Stars: ✭ 130 (+145.28%)
Mutual labels:  calendar, calendar-view
Aircalendarview
Airbnb APP CalendarView
Stars: ✭ 96 (+81.13%)
Mutual labels:  calendar, calendar-view
Timetable
📅 Customizable flutter calendar widget including day and week views
Stars: ✭ 140 (+164.15%)
Mutual labels:  calendar, calendar-view
Kotlin Agendacalendarview
Android calendar library provides easy to use widget with events
Stars: ✭ 81 (+52.83%)
Mutual labels:  calendar, calendar-view
Kvkcalendar
A most fully customization calendar and timeline library for iOS 📅
Stars: ✭ 160 (+201.89%)
Mutual labels:  calendar, calendar-view
kalend
React calendar component with support for multiple views and events
Stars: ✭ 135 (+154.72%)
Mutual labels:  calendar-component, calendar-view

banner

Release CocoaPods Documentation Codacy Code Quality Swift 4 Compatible Platform License

CocoaPods

pod 'GCCalendar'

Implementation

  1. Add GCCalendar to your file's import statements.

    import GCCalendar
    
  2. Create an instance of GCCalendarView.

    let calendarView = GCCalendarView()
    
  3. Set the delegate and the display mode. If you don't set the delegate and the display mode, the calendar will not appear.

    calendarView.delegate = self
    calendarView.displayMode = .month
    
  4. Implement GCCalendarViewDelegate.

    func calendarView(_ calendarView: GCCalendarView, didSelectDate date: Date, inCalendar calendar: Calendar)
    

Documentation

License

GCCalendar is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].