Added bottom arrow positions, single date selection and auto select date features#15
Added bottom arrow positions, single date selection and auto select date features#15nayeb wants to merge 4 commits intoocrickard:masterfrom
Conversation
…top/bottom in addition to the horizontal arrow positions left/center/right
Added autoSelectDate feature: After range select or date select in single date mode, the calendar view closes itself and populates the chosen date or date range. Single date range bug fixes: I did broke the range selection previously. Now its fixed again. And now the endDate will also be set to the startDate if you set the startDate property on the calendar view controller
|
Thanks for the help! I'm going to merge these three pull requests tonight. Sorry for the delay. I've been moving and starting a new job! |
|
Just tested your code, and it looks like there's a couple things missing. Won't compile on my computer with a fresh pull. First it wouldn't recognize the single selection enum because you had not imported the OCCalendarView.h file. Second, it appears in the demo project that your are using a different implementation of the init statement that is not included in the OCCalendar source files. I believe that this may be just because a couple of files were not added to the commit. Let me know if these issues get fixed. Of course I apologize in advance if I have mis-diagnosed the problem. |
…. Added missing init method for the ViewController.
|
Thanks for the hints. I fixed everything you mentioned and also implemented the ability to change the selectionColor and the todayMarkerColor. Without changing these settings, everything should behave as it did bevor (defaults to those red colors you had chosen). |
No description provided.