ocrickard / OCCalendar

CoreGraphics date-range picking calendar
622 stars 97 forks source link

Autoremove CalendarView on DateSelection ? #19

Open userException opened 11 years ago

userException commented 11 years ago

The CalendarView stays on when a particular date is selected, it would be good if the calendar view is removed from superview without tapping outside the calendar view.

ocrickard commented 11 years ago

Except that some apps would like to allow a user to select multiple dates, or change the date/range. Now, I would be in favor of a middle ground where we expand the delegate methods to be called on certain selection events so the programmer may dismiss the control as needed. I do not support automatically dismissing the control upon selection. I haven't had much time to work on my open source work recently, so I'm not sure when I can get to this.