DayFlow
DayFlow copied to clipboard
iOS Date Picker + Infinite Scrolling
No concrete dates yet but it helps to have a pull request. @ruslanskorb are you open for merging your changes back upstream?
The number of days in months using `NSCalendarIdentifierIslamic` is not predictable, so I suggest to use `NSCalendarIdentifierIslamicUmmAlQura` instead. For more about it check this issue: https://github.com/evadne/DayFlow/issues/11
`NSCalendarIdentifierIslamic` is not predictable, so i think you will face some bug's here and there, I suggest to use `NSCalendarIdentifierIslamicUmmAlQura` instead. For more about it check this answer: http://stackoverflow.com/a/8897011 Using...
For some reason, on larger displays like the iPhone 6 plus there are 8 days in the week.
This is the long-awaited followup to #2 - really sorry about the delay. I ended up putting this project on hold, and I'm only just getting back to it. Anyway,...
Hello- This is not an issue with the code, more of a question about changing the color of the calendar. I am not very familiar with NSCache, but I am...
Hi, I'm experiencing some weird behaviour when DFDatePickerViewController is embedded in a Navigation Controller: the date picker view doesn't always scroll to current date when appearing. After some research, I...
In landscape, DayFlow's day tiles continue beyond the standard layout (7 days per row) that one would expect in a calendar. There are 10 tiles per row in landscape. Instead,...
Hi, Loving the calendar. I needed to select multiple dates. To do this I subclassed `DFDatePickerView`, and overwrote the following methods.... ``` objc - (UICollectionView *) collectionView; - (DFDatePickerDayCell *)collectionView:(UICollectionView...
Hi, I see that DayFlow has a podspec file, but is not in the cocoapods directory, which makes it kind of inaccessible...