Daysquare alternatives and similar libraries
Based on the "Calendar" category.
Alternatively, view Daysquare alternatives based on common mentions on social networks and blogs.
-
FSCalendar
A fully customizable iOS calendar library, compatible with Objective-C and Swift -
JTAppleCalendar
The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable -
CVCalendar
A custom visual calendar for iOS 8+ written in Swift (>= 4.0). -
DateTimePicker
A nicer iOS UI component for picking date and time -
Calendar
A set of views and controllers for displaying and scheduling events on iOS -
GLCalendarView
A fully customizable calendar view acting as a date range picker -
MBCalendarKit
An open source calendar framework for iOS, with support for customization, IBDesignable, Autolayout, and more. -
ElegantCalendar
The elegant full screen calendar missed in SwiftUI. -
KVKCalendar
A most fully customization calendar for Apple platforms π -
CrispyCalendar
An easy-to-use, fully customizable and extensible calendar for your app -
ASCalendar
A calendar control for iOS written in swift with mvvm pattern -
Calendar Heatmap
A calendar based heatmap which presenting a time series of data points in colors. -
RCalendarPicker
RCalendarPicker A date picker control, Calendar calendar control, select control, calendar, date selection, the clock selection control. ζ₯εζ§δ»Ά οΌζ₯ειζ©ζ§δ»ΆοΌζ₯εοΌζ₯ζιζ©οΌζΆιιζ©ζ§δ»Ά -
NWCalendarView
An availability calendar implementation for iOS -
PTEventView
An Event View based on Apple's Event Detail View. Written in Swift 3. Supports ARC, Autolayout and editing via StoryBoard. -
GDPersianCalendar
Calendar component with RTL languages written in swift
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Daysquare or a related project?
README
NO LONGER MAINTAINED
Daysquare
An elegant calendar control for iOS.
Introduction
Get bored with native silly UIDatePicker? You may have a try on this control. Instead of showing you an awkward wheel, it just presents as a intuitive full-size calendar with a lot of preference properties that you can change.
Screencast
Overview
Set the date
Bold current month
Features
- Highly customizable.
- Navigating between arbitrary dates.
- Automatically adjust view to fit variety sizes.
[Changelog - 6.14]
- Add: user's calendar events displaying supports.
[Changelog - 6.15]
- Add: single row mode supports, see
singleRowMode
property.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
Daysquare is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Daysquare', :git => 'https://github.com/unixzii/Daysquare.git'
Also, if you prefer to use Carthage, you can add the following line to your Cartfile:
github "unixzii/Daysquare"
Guide
Try the demo project, it's very easy to use. Daysquare follows the target-action pattern, just like the native UIDatePicker
class.
PAY ATTENTION After changing any appearance property, you have the responsibility to call
reloadViewAnimated:
method to update the view.
Enjoy it!!
License
The project is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the Daysquare README section above
are relevant to that project's source code only.