-
Notifications
You must be signed in to change notification settings - Fork 3
Home
oy65 edited this page Aug 14, 2014
·
5 revisions
Welcome to the LIYDateTimePicker wiki!
- Flicker when switching days
- confirmation step after selecting time (button in nav?)
- hide time header label if current red time overlaps
- tap on time in status bar, scroll to 12am
- Update screenshots
- submit to cocoa pods - then update readme
- reduce height of date header
- don’t animate red day when switching days
- disallow tap on date header to select time
- Improve all day styling
- Add month view?
- Add go to today button?
- Show 7 days instead of 5?
- Handle all day w/lots of events
- color events by calendar
- allow user to show/hide calendars
- disallow drag above 12am
- Fix bug w/MZDayPicker: https://github.com/m1entus/MZDayPicker/issues/20
- if showCancelButton is set after viewDidLoad, update UI
- pull request for:
// Day Column Header
CGFloat dayColumnHeaderMinY = fminf(fmaxf(self.collectionView.contentOffset.y + self.collectionView.contentInset.top, columnMinY), (nextColumnMinY - self.dayColumnHeaderHeight));
- handle selected date at start of MZDayPicker
- style day selection
- drag to nav bar to cancel
- api for scrolling to current time
- api for opening event details when you tap an event
- Put white view behind the navigation bar.
- Animate when swiping between days