Vurig-Calendar
Vurig-Calendar copied to clipboard
Easy to use, simple, clean calendar view
Edit : I'm confused, I use a fork of your project on cocoapod available here : https://github.com/KiranPanesar/VRGCalendarView So, the problem is on the fork project. Sorry You don't update your...
Migrated to Xcode 6 and iOS SDK 8.1 Fixed all deprecated code warning Fixed all 64-bit CPU support code warning added Multi-resolution support.
Hi, This is a great project, but when I select specific date, the console show the previous day. I saw the previous threat talked about this issue as well, but...
I still need to dive in to see why this is happening (whether it's my implementation or just Vurig) but at the moment, during March, the returned `NSDate` from the...
Hi, first of all, thanks for this amazing calendar. I would like to ask you, if is possible to insert an image inside of a day cell? Thanks in advance!
If let say, I develop an app for booking using the calendar, and the app only allow booking from today until next 2 months. Is it possible to disable dates...
I put a calendarView in a first cell of UITableView, There are others in the second cell. I don't know how to change the height of first cell .What can...
I need to show the attendance of users in the calendar view. So need extra text ('Yes' & 'No') with the day in each cell to mark. Is it possible...
If i have several dates to mark in a month, it marks only the last date!!?? Please Help here is the code: -(void)calendarView:(VRGCalendarView *)calendarView switchedToMonth:(int)month targetHeight:(float)targetHeight animated:(BOOL)animated { NSArray *test...
Hello sir, How to add multiple selection functionality in calendar instead of select only one date in calendar.