CVCalendar-Release [1.1.0]
mozharovsky opened this issue · 9 comments
Branch
Develop
Enhancements
- Date range selection #12
- Multiple dates selection #32
- Day views interaction disable #20
- Personal background color for every day view #27
- Change rotation mode (re-render)
- Custom markers #49
- Min/Max month view for load
- Cache scrolling #55
- Supplementary views for day views #61
- Views reuse
- Transition animation between modes (week-month) #17
- Multiple dots for day views #27
- Update dot markers (e.g. if some day views shouldn't have ones anymore) #27
- Localization
- Custom fonts for both menu and dates' labels
- Dynamic content size (week and day views)
Major bug fixes
- Committing frames' update only once #18 #22 #31
- CVDate math for days out #23
- Toggling to current day view if it isn't selected #30
- Unmanaged dragging of content view (scroll area)
- Top marker glitch on first load
- Glitch on chaotic scroll
- Delay on appearing (make a lazy init on content view)
- Major optimisation (retain cycle issue between views)
- Delegate notification on toggling or month change
- Interaction with invisible day views
- Double first day in month selection
- MonthContentViewController optimization
- WeekContentViewController optimization
- iOS 7 <-> iOS 8 bridging #50
Documentation
- Update documentation (better struct, usage section)
- Write an article on using CVCalendar with all features
- Record a video in a couple with the article
👍
Hardly do I realise how such a big release can be associated with a minor version.
This release is 1.1.0 version. So changes are coming.
To create Events into the calendar
usr to method
thank you
I want to add actively show in calendar
I'm sorry if I'm wrong, I'm not good at English.
Thank
Noppadorn
On Tuesday, 29 December 2015, Jonas-Taha El Sesiy notifications@github.com
wrote:
@nopptr https://github.com/nopptr Please elaborate on what do you need.
I don't get it..—
Reply to this email directly or view it on GitHub
#28 (comment)
.
Hi, I Iove this beautiful library.
I want to know- can we highlight some dates we want? with circular colour in background or any else way
If yes, how to do it, I am new in swift coding.
Hi @elsesiy ,
I am using week view, but to fetch the current month i am using the same instance as in Month view
calendarViewWeek!.presentedDate.month
But presentedDate is nil Week view case but not in Month view. Not able to understand why????
Thanks
Abhishek
Hi @elsesiy,
Have you given any thought to add support for drag and drop for events in week view?
Thanks,
Varun