Amol Chavan

Results 4 comments of Amol Chavan

https://github.com/Yuyutsu/DSLCalendarView This might helps you :)

Hi @manjubasha , _for a single date_ ``` objective-c DSLCalendarRange *selectedRange = _calendarView.selectedRange ? _calendarView.selectedRange : [[DSLCalendarRange alloc] init];//initialized double unixTimeStamp =1427221800; //single date NSTimeInterval timeInterval=unixTimeStamp; //Unix timestamps are in...

1: Add New File => User Interface => UIView 2: Set Custom Class - DSLCalendarView 3: Set Restoration ID - DSLCalendarView 4: `DSLCalendarView *calendarView = [[[NSBundle mainBundle] loadNibNamed:@"DSLCalendarView" owner:self options:nil]...

add **-Prefix.pch** file ``` objective-c #define WINGUP 1 //iPhone 6/6 Plus calendar ``` and check it.. This might helps you :)